blob: cdcfbab26a8866ac34f0e10534417c84e8145eea [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateDescriptorPool,vkCreateDescriptorPool]]
[source,c++]
----
VkResult vkCreateDescriptorPool(
VkDevice device,
const VkDescriptorPoolCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkDescriptorPool* pDescriptorPool);
----