Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28feb5 commit 9ab88e3Copy full SHA for 9ab88e3
1 file changed
03_Drawing_a_triangle/04_Swap_chain_recreation.md
@@ -168,7 +168,7 @@ If the swap chain turns out to be out of date when attempting to acquire an
168
image, then it is no longer possible to present to it. Therefore we should
169
immediately recreate the swap chain and try again in the next `drawFrame` call.
170
171
-However, if we abort drawing at this point then the fence will be never have
+However, if we abort drawing at this point then the fence will never have
172
been submitted with `vkQueueSubmit` and it'll be in an unexpected state when we
173
try to wait for it later on. We could recreate the fences as part of swap chain
174
recreation, but it's easier to move the `vkResetFences` call:
0 commit comments