1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkCommandBufferBeginInfo,VkCommandBufferBeginInfo]] 3[source,c++] 4---- 5typedef struct VkCommandBufferBeginInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkCommandBufferUsageFlags flags; 9 const VkCommandBufferInheritanceInfo* pInheritanceInfo; 10} VkCommandBufferBeginInfo; 11---- 12