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