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

Skip to content

Commit a5d0176

Browse files
authored
Merge pull request #63 from mgemard/patch-1
typo
2 parents eae6ef0 + cad23fb commit a5d0176

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,7 @@ you'll get the best performance by enabling clipping.
524524
createInfo.oldSwapchain = VK_NULL_HANDLE;
525525
```
526526

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
527+
That leaves one last field, `oldSwapChain`. With Vulkan it's possible that your swap chain becomes invalid or unoptimized while your application is
529528
running, for example because the window was resized. In that case the swap chain
530529
actually needs to be recreated from scratch and a reference to the old one must
531530
be specified in this field. This is a complex topic that we'll learn more about

0 commit comments

Comments
 (0)