10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkDestroyQueryPool,vkDestroyQueryPool]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkDestroyQueryPool(
|
||
|
|
VkDevice device,
|
||
|
|
VkQueryPool queryPool,
|
||
|
|
const VkAllocationCallbacks* pAllocator);
|
||
|
|
----
|