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