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