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