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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Spelling
  • Loading branch information
Overv authored Oct 27, 2020
commit af276078c7ae8a05fa2903e9bfc3100dc05e8304
2 changes: 1 addition & 1 deletion en/03_Drawing_a_triangle/04_Swap_chain_recreation.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ allocate the new command buffers.
Note that in `chooseSwapExtent` we already query the new window resolution to
make sure that the swap chain images have the (new) right size, so there's no
need to modify `chooseSwapExtent` (remember that we already had to use
`glfwGetFramebufferSize` get the resolution of the surface in pixel when
`glfwGetFramebufferSize` get the resolution of the surface in pixels when
creating the swap chain).

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