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