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