32 lines
853 B
Plaintext
32 lines
853 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
.Valid Usage (Implicit)
|
||
|
|
****
|
||
|
|
* [[VUID-vkDeviceWaitIdle-device-parameter]] pname:device must: be a valid sname:VkDevice handle
|
||
|
|
****
|
||
|
|
|
||
|
|
.Host Synchronization
|
||
|
|
****
|
||
|
|
* Host access to all sname:VkQueue objects created from pname:device must: be externally synchronized
|
||
|
|
****
|
||
|
|
|
||
|
|
.Return Codes
|
||
|
|
****
|
||
|
|
ifndef::doctype-manpage[]
|
||
|
|
<<fundamentals-successcodes,Success>>::
|
||
|
|
endif::doctype-manpage[]
|
||
|
|
ifdef::doctype-manpage[]
|
||
|
|
On success, this command returns::
|
||
|
|
endif::doctype-manpage[]
|
||
|
|
* ename:VK_SUCCESS
|
||
|
|
ifndef::doctype-manpage[]
|
||
|
|
<<fundamentals-errorcodes,Failure>>::
|
||
|
|
endif::doctype-manpage[]
|
||
|
|
ifdef::doctype-manpage[]
|
||
|
|
On failure, this command returns::
|
||
|
|
endif::doctype-manpage[]
|
||
|
|
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
|
||
|
|
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
|
||
|
|
* ename:VK_ERROR_DEVICE_LOST
|
||
|
|
****
|
||
|
|
|