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 91f969b commit 24ee214Copy full SHA for 24ee214
1 file changed
en/03_Drawing_a_triangle/04_Swap_chain_recreation.md
@@ -117,7 +117,7 @@ allocate the new command buffers.
117
Note that in `chooseSwapExtent` we already query the new window resolution to
118
make sure that the swap chain images have the (new) right size, so there's no
119
need to modify `chooseSwapExtent` (remember that we already had to use
120
-`glfwGetFramebufferSize` get the resolution of the surface in pixel when
+`glfwGetFramebufferSize` get the resolution of the surface in pixels when
121
creating the swap chain).
122
123
That's all it takes to recreate the swap chain! However, the disadvantage of
0 commit comments