43 lines
934 B
Plaintext
43 lines
934 B
Plaintext
|
vkCmdSetEvent(3)
|
||
|
================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkCmdSetEvent - Set an event object to signaled state.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkCmdSetEvent.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:commandBuffer::
|
||
|
The command buffer into which to insert the command.
|
||
|
|
||
|
pname:event::
|
||
|
The event object to set to signaled state.
|
||
|
|
||
|
pname:stageMask::
|
||
|
Specifies when the event becomes signaled (see elink:VkPipelineStageFlags for
|
||
|
more detail).
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkCmdSetEvent causes the event object specified in pname:event to be
|
||
|
moved to the signaled state when the pipeline stages specified by
|
||
|
pname:stageMask have completed executing prior commands.
|
||
|
|
||
|
For definitions of the pipeline stages, see elink:VkPipelineStageFlags.
|
||
|
|
||
|
include::../validity/protos/vkCmdSetEvent.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCmdResetEvent, flink:vkSetEvent, flink:vkResetEvent, elink:VkPipelineStageFlags
|
||
|
|
||
|
include::footer.txt[]
|