|
luna engine
software engine
|
#include <core/vulkan/window/window.h>

Classes | |
| struct | luna::vulkan::vulkanCmdPoolSpec |
| struct | luna::vulkan::commandPoolSubmitInfo |
| struct with all the submit info. this is the same except VkCommandBuffer* ->virtualCmdBuffer*. for more information: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSubmitInfo.html More... | |
| class | luna::vulkan::vulkanCmdPool |
| abbstraction class around the vulkan commandbuffer and pool to introduce increased workflow safety and usability and to decrease bugs. all a VkCommandBuffer has been changed out by virtualCmdBuffer type. More... | |
Namespaces | |
| namespace | luna |
| namespace | luna::vulkan |
Typedefs | |
| typedef uint64_t | luna::vulkan::virtualCmdBuffer |