Skip to content

Commit 616bc6f

Browse files
author
François Bérard
committed
Removed comment with sample values.
1 parent a2a1992 commit 616bc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/vk/Swapchain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace vsg
3838
VkSurfaceFormatKHR surfaceFormat = {VK_FORMAT_B8G8R8A8_SRGB, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR};
3939
VkPresentModeKHR presentMode = VK_PRESENT_MODE_FIFO_KHR;
4040
VkImageUsageFlags imageUsage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
41-
VkSwapchainCreateFlagsKHR flags = 0; // e.g. VK_SWAPCHAIN_CREATE_PRESENT_ID_2_BIT_KHR / VK_SWAPCHAIN_CREATE_PRESENT_WAIT_2_BIT_KHR
41+
VkSwapchainCreateFlagsKHR flags = 0;
4242
};
4343

4444
/// Swapchain encapsulates vkSwapchainKHR

0 commit comments

Comments
 (0)