50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
VkSemaphore(3)
|
|
==============
|
|
|
|
Name
|
|
----
|
|
VkSemaphore - Opaque handle to a semaphore object
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin VkSemaphore - Opaque handle to a semaphore object
|
|
|
|
Semaphores are used to coordinate queue operations both within a queue and
|
|
between different queues. A semaphore's status is always either _signaled_
|
|
or _unsignaled_.
|
|
|
|
Semaphores are represented by sname:VkSemaphore handles:
|
|
|
|
include::../api/handles/VkSemaphore.txt[]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
// refEnd VkSemaphore
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
slink:VkBindSparseInfo, slink:VkSubmitInfo, flink:vkCreateSemaphore, flink:vkDestroySemaphore
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkSemaphore
|
|
|
|
This page is extracted from the Vulkan Specification.
|
|
Fixes and changes should be made to the Specification,not directly.
|
|
|
|
include::footer.txt[]
|
|
|