1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkCommandBufferAllocateInfo,VkCommandBufferAllocateInfo]] 3[source,c++] 4---- 5typedef struct VkCommandBufferAllocateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkCommandPool commandPool; 9 VkCommandBufferLevel level; 10 uint32_t commandBufferCount; 11} VkCommandBufferAllocateInfo; 12---- 13