38 lines
711 B
Plaintext
38 lines
711 B
Plaintext
|
vkResetFences(3)
|
||
|
================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkResetFences - Resets one or more fence objects.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkResetFences.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
Logical device which owns the specified fences.
|
||
|
|
||
|
pname:fenceCount::
|
||
|
Number of fences specified under pname:pFences.
|
||
|
|
||
|
pname:pFences::
|
||
|
Fences to reset.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkResetFences resets the status of the pname:fenceCount fences whose
|
||
|
handles are passed in the pname:pFences array to unsignaled.
|
||
|
|
||
|
include::../validity/protos/vkResetFences.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateFence, flink:vkDestroyFence, flink:vkGetFenceStatus, flink:vkWaitForFences
|
||
|
|
||
|
include::footer.txt[]
|