11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkCmdResetQueryPool,vkCmdResetQueryPool]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkCmdResetQueryPool(
|
||
|
|
VkCommandBuffer commandBuffer,
|
||
|
|
VkQueryPool queryPool,
|
||
|
|
uint32_t firstQuery,
|
||
|
|
uint32_t queryCount);
|
||
|
|
----
|