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