Searched defs:CommandPoolWithBuffer (Results 1 – 2 of 2) sorted by relevance
34 struct CommandPoolWithBuffer { struct35 Move<VkCommandPool> cmdPool;36 Move<VkCommandBuffer> cmdBuffer;
895 CommandPoolWithBuffer::CommandPoolWithBuffer ( in CommandPoolWithBuffer() function in vk::CommandPoolWithBuffer