Vulkan-Docs/doc/specs/vulkan/man/vkDestroySemaphore.txt

39 lines
798 B
Plaintext

vkDestroySemaphore(3)
=====================
Name
----
vkDestroySemaphore - Destroy a semaphore object
C Specification
---------------
include::../protos/vkDestroySemaphore.txt[]
Parameters
----------
pname:device::
Logical device which owns the object.
pname:semaphore::
The handle of the object to destroy.
Description
-----------
fname:vkDestroySemaphore destroys the semaphore whose handle is specified in
pname:semaphore, which must be a valid handle to a semaphore that was created
by device pname:device. Attempts to destroy code:VK_NULL_HANDLE are silently
ignored. Once a semaphore has been destroyed, its handle becomes invalid and
must not be reused.
include::../validity/protos/vkDestroySemaphore.txt[]
See Also
--------
flink:vkCreateSemaphore
include::footer.txt[]