14 lines
510 B
Plaintext
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;
|
|
----
|