Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24ee214

Browse files
authored
Spelling
1 parent 91f969b commit 24ee214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/04_Swap_chain_recreation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ allocate the new command buffers.
117117
Note that in `chooseSwapExtent` we already query the new window resolution to
118118
make sure that the swap chain images have the (new) right size, so there's no
119119
need to modify `chooseSwapExtent` (remember that we already had to use
120-
`glfwGetFramebufferSize` get the resolution of the surface in pixel when
120+
`glfwGetFramebufferSize` get the resolution of the surface in pixels when
121121
creating the swap chain).
122122

123123
That's all it takes to recreate the swap chain! However, the disadvantage of

0 commit comments

Comments
 (0)