// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry .Valid Usage (Implicit) **** * [[VUID-vkResetDescriptorPool-device-parameter]] pname:device must: be a valid sname:VkDevice handle * [[VUID-vkResetDescriptorPool-descriptorPool-parameter]] pname:descriptorPool must: be a valid sname:VkDescriptorPool handle * [[VUID-vkResetDescriptorPool-flags-zerobitmask]] pname:flags must: be `0` * [[VUID-vkResetDescriptorPool-descriptorPool-parent]] pname:descriptorPool must: have been created, allocated, or retrieved from pname:device **** .Host Synchronization **** * Host access to pname:descriptorPool must: be externally synchronized * Host access to any sname:VkDescriptorSet objects allocated from pname:descriptorPool 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 ****