1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkDescriptorPoolCreateInfo,VkDescriptorPoolCreateInfo]] 3[source,c++] 4---- 5typedef struct VkDescriptorPoolCreateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 VkDescriptorPoolCreateFlags flags; 9 uint32_t maxSets; 10 uint32_t poolSizeCount; 11 const VkDescriptorPoolSize* pPoolSizes; 12} VkDescriptorPoolCreateInfo; 13---- 14