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

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