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

14 lines
510 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkQueryPoolCreateInfo,VkQueryPoolCreateInfo]]
[source,c++]
----
typedef struct VkQueryPoolCreateInfo {
VkStructureType sType;
const void* pNext;
VkQueryPoolCreateFlags flags;
VkQueryType queryType;
uint32_t queryCount;
VkQueryPipelineStatisticFlags pipelineStatistics;
} VkQueryPoolCreateInfo;
----