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