// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkDescriptorPoolCreateInfo,VkDescriptorPoolCreateInfo]] [source,c++] ---- typedef struct VkDescriptorPoolCreateInfo { VkStructureType sType; const void* pNext; VkDescriptorPoolCreateFlags flags; uint32_t maxSets; uint32_t poolSizeCount; const VkDescriptorPoolSize* pPoolSizes; } VkDescriptorPoolCreateInfo; ----