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

12 lines
399 B
Plaintext
Raw Normal View History

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