11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkCreateQueryPool,vkCreateQueryPool]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
VkResult vkCreateQueryPool(
|
||
|
|
VkDevice device,
|
||
|
|
const VkQueryPoolCreateInfo* pCreateInfo,
|
||
|
|
const VkAllocationCallbacks* pAllocator,
|
||
|
|
VkQueryPool* pQueryPool);
|
||
|
|
----
|