Class VkCommandBufferAllocateInfo

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkCommandBufferAllocateInfo>
org.lwjgl.vulkan.VkCommandBufferAllocateInfo
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkCommandBufferAllocateInfo extends org.lwjgl.system.Struct<VkCommandBufferAllocateInfo> implements org.lwjgl.system.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();
 }