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