unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdResetQueryPool.txt

11 lines
425 B
Plaintext
Raw Normal View History

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