Convert en_GB spelling to en_US with codespell
This commit is contained in:
parent
35c37ce4ce
commit
5b1df48c6c
79 changed files with 146 additions and 145 deletions
|
|
@ -2252,7 +2252,7 @@ Error VulkanContext::swap_buffers() {
|
|||
// simple that it doesn't do either of those.
|
||||
}
|
||||
#endif
|
||||
// Wait for the image acquired semaphore to be signalled to ensure
|
||||
// Wait for the image acquired semaphore to be signaled to ensure
|
||||
// that the image won't be rendered to until the presentation
|
||||
// engine has fully released ownership to the application, and it is
|
||||
// okay to render to the image.
|
||||
|
|
@ -2304,7 +2304,7 @@ Error VulkanContext::swap_buffers() {
|
|||
if (separate_present_queue) {
|
||||
// If we are using separate queues, change image ownership to the
|
||||
// present queue before presenting, waiting for the draw complete
|
||||
// semaphore and signalling the ownership released semaphore when finished.
|
||||
// semaphore and signaling the ownership released semaphore when finished.
|
||||
VkFence nullFence = VK_NULL_HANDLE;
|
||||
pipe_stage_flags[0] = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT;
|
||||
submit_info.waitSemaphoreCount = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue