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 5442a3b commit cd62489Copy full SHA for cd62489
1 file changed
03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md
@@ -508,7 +508,7 @@ be specified in this field. This is a complex topic that we'll learn more about
508
in [a future chapter](!Drawing_a_triangle/Swap_chain_recreation). For now we'll
509
assume that we'll only ever create one swap chain.
510
511
-Now add a class member to store the `VkSwapChainKHR` object with a proper
+Now add a class member to store the `VkSwapchainKHR` object with a proper
512
deleter. Make sure to add it after `device` so that it gets cleaned up before
513
the logical device is.
514
0 commit comments