blob: 64bcbb9140e96afb569733a586cac05a9ad8feb4 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkDestroyDescriptorPool-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkDestroyDescriptorPool-descriptorPool-parameter]] If pname:descriptorPool is not dlink:VK_NULL_HANDLE, pname:descriptorPool must: be a valid sname:VkDescriptorPool handle
* [[VUID-vkDestroyDescriptorPool-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkDestroyDescriptorPool-descriptorPool-parent]] If pname:descriptorPool is a valid handle, it must: have been created, allocated, or retrieved from pname:device
****
.Host Synchronization
****
* Host access to pname:descriptorPool must: be externally synchronized
****