|
vsg 1.1.3
VulkanSceneGraph library
|
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 |
Swapchain preferences passed via WindowTraits::swapchainPreferences to guide swapchain creation associated with Window creation.