We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb2223 commit a7de542Copy full SHA for a7de542
en/03_Drawing_a_triangle/04_Swap_chain_recreation.md
@@ -101,7 +101,7 @@ void cleanup() {
101
Note that in `chooseSwapExtent` we already query the new window resolution to
102
make sure that the swap chain images have the (new) right size, so there's no
103
need to modify `chooseSwapExtent` (remember that we already had to use
104
-`glfwGetFramebufferSize` get the resolution of the surface in pixels when
+`glfwGetFramebufferSize` to get the resolution of the surface in pixels when
105
creating the swap chain).
106
107
That's all it takes to recreate the swap chain! However, the disadvantage of
0 commit comments