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.
2 parents eae6ef0 + cad23fb commit a5d0176Copy full SHA for a5d0176
1 file changed
03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md
@@ -524,8 +524,7 @@ you'll get the best performance by enabling clipping.
524
createInfo.oldSwapchain = VK_NULL_HANDLE;
525
```
526
527
-That leaves one last field, `oldSwapChain`. With Vulkan it's possible that in
528
-your swap chain becomes invalid or unoptimized while your application is
+That leaves one last field, `oldSwapChain`. With Vulkan it's possible that your swap chain becomes invalid or unoptimized while your application is
529
running, for example because the window was resized. In that case the swap chain
530
actually needs to be recreated from scratch and a reference to the old one must
531
be specified in this field. This is a complex topic that we'll learn more about
0 commit comments