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 f74224d commit 839fb32Copy full SHA for 839fb32
1 file changed
03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md
@@ -91,6 +91,8 @@ createInfo.enabledExtensionCount = static_cast<uint32_t>(deviceExtensions.size()
91
createInfo.ppEnabledExtensionNames = deviceExtensions.data();
92
```
93
94
+Make sure to replace the existing line `createInfo.enabledExtensionCount = 0;` when you do so.
95
+
96
## Querying details of swap chain support
97
98
Just checking if a swap chain is available is not sufficient, because it may not
0 commit comments