![]() |
VenomEngine
Cross-Platform Modern Graphics Engine
|
Public Member Functions | |
| bool | IsReady () const |
| void | SetQueue (Queue *queue) |
| CommandPool (const CommandPool &)=delete | |
| CommandPool & | operator= (const CommandPool &)=delete |
| CommandPool (CommandPool &&other) | |
| CommandPool & | operator= (CommandPool &&other) |
| vc::Error | Init (QueueFamilyIndex queueFamilyIndex) |
| vc::Error | CreateCommandBuffer (CommandBuffer **commandBuffer, VkCommandBufferLevel level=VkCommandBufferLevel::VK_COMMAND_BUFFER_LEVEL_PRIMARY) |
| vc::Error | CreateSingleTimeCommandBuffer (SingleTimeCommandBuffer &commandBuffer) |