12 lines
455 B
Plaintext
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;
|
||
|
|
----
|