• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkQueryPoolCreateInfo,VkQueryPoolCreateInfo]]
3[source,c++]
4----
5typedef struct VkQueryPoolCreateInfo {
6    VkStructureType                  sType;
7    const void*                      pNext;
8    VkQueryPoolCreateFlags           flags;
9    VkQueryType                      queryType;
10    uint32_t                         queryCount;
11    VkQueryPipelineStatisticFlags    pipelineStatistics;
12} VkQueryPoolCreateInfo;
13----
14