Skip to content

Commit 4789e6a

Browse files
committed
01_Swap_chain Formatting fix for swapChainCreateInfo
1 parent d4a3d66 commit 4789e6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ vk::SwapchainCreateInfoKHR swapChainCreateInfo{
383383
.compositeAlpha = vk::CompositeAlphaFlagBitsKHR::eOpaque,
384384
.presentMode = chooseSwapPresentMode(physicalDevice.getSurfacePresentModesKHR( *surface )),
385385
.clipped = true,
386-
.oldSwapchain = nullptr };
386+
.oldSwapchain = nullptr
387+
};
387388
----
388389

389390
The `imageArrayLayers` specifies the number of layers each image consists of.

0 commit comments

Comments
 (0)