unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkCommandBufferBeginInfo.txt

12 lines
455 B
Plaintext

// 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;
----