vsg  1.1.0
VulkanSceneGraph library
Public Attributes | List of all members
vsg::SwapchainPreferences Struct Reference

Swapchain preferences passed via WindowTraits::swapchainPreferences to guide swapchain creation associated with Window creation. More...

#include <Swapchain.h>

Public Attributes

uint32_t imageCount = 3
 
VkSurfaceFormatKHR surfaceFormat = {VK_FORMAT_B8G8R8A8_UNORM, VK_COLOR_SPACE_SRGB_NONLINEAR_KHR}
 
VkPresentModeKHR presentMode = VK_PRESENT_MODE_FIFO_KHR
 
VkImageUsageFlags imageUsage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
 

Detailed Description

Swapchain preferences passed via WindowTraits::swapchainPreferences to guide swapchain creation associated with Window creation.


The documentation for this struct was generated from the following file: