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