Merge pull request #681 from krOoze/fix_cannot

Fix "can not"
This commit is contained in:
Jon Leech 2018-04-04 22:17:27 -07:00 committed by GitHub
commit e4b2b1c729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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>>.