Swapchain preferences passed via WindowTraits::swapchainPreferences to guide swapchain creation associated with Window creation.
More...
#include <Swapchain.h>
|
uint32_t | imageCount = 3 |
|
VkSurfaceFormatKHR | surfaceFormat = {VK_FORMAT_B8G8R8A8_SRGB, 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.
The documentation for this struct was generated from the following file: