We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a3d66 commit 4789e6aCopy full SHA for 4789e6a
en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.adoc
@@ -383,7 +383,8 @@ vk::SwapchainCreateInfoKHR swapChainCreateInfo{
383
.compositeAlpha = vk::CompositeAlphaFlagBitsKHR::eOpaque,
384
.presentMode = chooseSwapPresentMode(physicalDevice.getSurfacePresentModesKHR( *surface )),
385
.clipped = true,
386
- .oldSwapchain = nullptr };
+ .oldSwapchain = nullptr
387
+};
388
----
389
390
The `imageArrayLayers` specifies the number of layers each image consists of.
0 commit comments