35 lines
557 B
Plaintext
35 lines
557 B
Plaintext
vkResetEvent(3)
|
|
================
|
|
|
|
Name
|
|
----
|
|
vkResetEvent - Reset an event to non-signaled state.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkResetEvent.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:device::
|
|
Logical device which owns the event.
|
|
|
|
pname:event::
|
|
A handle to the event object to reset.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkResetEvent resets the event object specified by pname:event to the non-signaled state.
|
|
|
|
include::../validity/protos/vkResetEvent.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkSetEvent, flink:vkCreateEvent
|
|
|
|
include::footer.txt[]
|