1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkAllocateDescriptorSets,vkAllocateDescriptorSets]] 3[source,c++] 4---- 5VkResult vkAllocateDescriptorSets( 6 VkDevice device, 7 const VkDescriptorSetAllocateInfo* pAllocateInfo, 8 VkDescriptorSet* pDescriptorSets); 9---- 10