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