blob: 54f96e0d8170b5bd924343ed68ec59789872113d [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkCommandBufferBeginInfo,VkCommandBufferBeginInfo]]
[source,c++]
----
typedef struct VkCommandBufferBeginInfo {
VkStructureType sType;
const void* pNext;
VkCommandBufferUsageFlags flags;
const VkCommandBufferInheritanceInfo* pInheritanceInfo;
} VkCommandBufferBeginInfo;
----