12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkCommandPoolCreateInfo,VkCommandPoolCreateInfo]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkCommandPoolCreateInfo {
|
||
|
|
VkStructureType sType;
|
||
|
|
const void* pNext;
|
||
|
|
VkCommandPoolCreateFlags flags;
|
||
|
|
uint32_t queueFamilyIndex;
|
||
|
|
} VkCommandPoolCreateInfo;
|
||
|
|
----
|