Class VkCommandBufferAllocateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCommandBufferAllocateInfo extends Struct<VkCommandBufferAllocateInfo> implements NativeResource
Structure specifying the allocation parameters for command buffer object.
Valid Usage (Implicit)
See Also

AllocateCommandBuffers

Layout


 struct VkCommandBufferAllocateInfo {
     VkStructureType sType();
     void const * pNext();
     VkCommandPool commandPool();
     VkCommandBufferLevel level();
     uint32_t commandBufferCount();
 }