// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry .Valid Usage (Implicit) **** * [[VUID-vkFreeDescriptorSets-device-parameter]] pname:device must: be a valid sname:VkDevice handle * [[VUID-vkFreeDescriptorSets-descriptorPool-parameter]] pname:descriptorPool must: be a valid sname:VkDescriptorPool handle * [[VUID-vkFreeDescriptorSets-descriptorSetCount-arraylength]] pname:descriptorSetCount must: be greater than `0` * [[VUID-vkFreeDescriptorSets-descriptorPool-parent]] pname:descriptorPool must: have been created, allocated, or retrieved from pname:device * [[VUID-vkFreeDescriptorSets-pDescriptorSets-parent]] Each element of pname:pDescriptorSets that is a valid handle must: have been created, allocated, or retrieved from pname:descriptorPool **** .Host Synchronization **** * Host access to pname:descriptorPool must: be externally synchronized * Host access to each member of pname:pDescriptorSets must: be externally synchronized **** .Return Codes **** ifndef::doctype-manpage[] <>:: endif::doctype-manpage[] ifdef::doctype-manpage[] On success, this command returns:: endif::doctype-manpage[] * ename:VK_SUCCESS ifndef::doctype-manpage[] <>:: endif::doctype-manpage[] ifdef::doctype-manpage[] On failure, this command returns:: endif::doctype-manpage[] * ename:VK_ERROR_OUT_OF_HOST_MEMORY * ename:VK_ERROR_OUT_OF_DEVICE_MEMORY ****