mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-17 08:46:32 +00:00
Make vkQueueWaitIdle externsync
This commit is contained in:
parent
7ea62a02a9
commit
6fe6fb3c28
@ -4795,7 +4795,7 @@ server.
|
|||||||
</command>
|
</command>
|
||||||
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
||||||
<proto><type>VkResult</type> <name>vkQueueWaitIdle</name></proto>
|
<proto><type>VkResult</type> <name>vkQueueWaitIdle</name></proto>
|
||||||
<param><type>VkQueue</type> <name>queue</name></param>
|
<param externsync="true"><type>VkQueue</type> <name>queue</name></param>
|
||||||
</command>
|
</command>
|
||||||
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
<command successcodes="VK_SUCCESS" errorcodes="VK_ERROR_OUT_OF_HOST_MEMORY,VK_ERROR_OUT_OF_DEVICE_MEMORY,VK_ERROR_DEVICE_LOST">
|
||||||
<proto><type>VkResult</type> <name>vkDeviceWaitIdle</name></proto>
|
<proto><type>VkResult</type> <name>vkDeviceWaitIdle</name></proto>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user