34 lines
640 B
Plaintext
34 lines
640 B
Plaintext
|
vkDeviceWaitIdle(3)
|
||
|
====================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkDeviceWaitIdle - Wait for a device to become idle.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkDeviceWaitIdle.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:device::
|
||
|
The handle to the device to idle.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkDeviceWaitIdle waits for the device specified by pname:device to complete all work submitted
|
||
|
by the application and become idle. It is logically equivalent to calling flink:vkQueueWaitIdle
|
||
|
on all queues associated with the device.
|
||
|
|
||
|
include::../validity/protos/vkDeviceWaitIdle.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkQueueWaitIdle
|
||
|
|
||
|
include::footer.txt[]
|