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