// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkDescriptorSetAllocateInfo,VkDescriptorSetAllocateInfo]] [source,c++] ---- typedef struct VkDescriptorSetAllocateInfo { VkStructureType sType; const void* pNext; VkDescriptorPool descriptorPool; uint32_t descriptorSetCount; const VkDescriptorSetLayout* pSetLayouts; } VkDescriptorSetAllocateInfo; ----