15#include <vsg/vk/Device.h>
40 Device* getDevice() {
return _device; }
41 const Device* getDevice()
const {
return _device; }
44 virtual ~CommandPool();
CommandBuffer encapsulates VkCommandBuffer.
Definition CommandBuffer.h:27
Definition CommandPool.h:25
void free(CommandBuffer *commandBuffer)
free CommandBuffer
ref_ptr< CommandBuffer > allocate(VkCommandBufferLevel level=VK_COMMAND_BUFFER_LEVEL_PRIMARY)
allocate CommandBuffer from CommandPool
Device encapsulates VkDevice, a logical handle to the PhysicalDevice with capabilities specified duri...
Definition Device.h:37
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138