• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdResetQueryPool,vkCmdResetQueryPool]]
3[source,c++]
4----
5void vkCmdResetQueryPool(
6    VkCommandBuffer                             commandBuffer,
7    VkQueryPool                                 queryPool,
8    uint32_t                                    firstQuery,
9    uint32_t                                    queryCount);
10----
11