mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-12 06:54:14 +00:00
commit
e4b2b1c729
@ -974,8 +974,8 @@ If it does, the implementation must: ensure that the state and contents of
|
|||||||
any resources or synchronization primitives referenced is unaffected by the
|
any resources or synchronization primitives referenced is unaffected by the
|
||||||
call or its failure.
|
call or its failure.
|
||||||
|
|
||||||
If fname:vkQueuePresentKHR fails in such a way that the implementation can:
|
If fname:vkQueuePresentKHR fails in such a way that the implementation is
|
||||||
not make that guarantee, the implementation must: return
|
unable to make that guarantee, the implementation must: return
|
||||||
ename:VK_ERROR_DEVICE_LOST.
|
ename:VK_ERROR_DEVICE_LOST.
|
||||||
|
|
||||||
However, if the presentation request is rejected by the presentation engine
|
However, if the presentation request is rejected by the presentation engine
|
||||||
|
@ -909,8 +909,8 @@ If it does, the implementation must: ensure that the state and contents of
|
|||||||
any resources or synchronization primitives referenced by the submitted
|
any resources or synchronization primitives referenced by the submitted
|
||||||
command buffers and any semaphores referenced by pname:pSubmits is
|
command buffers and any semaphores referenced by pname:pSubmits is
|
||||||
unaffected by the call or its failure.
|
unaffected by the call or its failure.
|
||||||
If fname:vkQueueSubmit fails in such a way that the implementation can: not
|
If fname:vkQueueSubmit fails in such a way that the implementation is unable
|
||||||
make that guarantee, the implementation must: return
|
to make that guarantee, the implementation must: return
|
||||||
ename:VK_ERROR_DEVICE_LOST.
|
ename:VK_ERROR_DEVICE_LOST.
|
||||||
See <<devsandqueues-lost-device,Lost Device>>.
|
See <<devsandqueues-lost-device,Lost Device>>.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user