Lugdunum  0.1.0
Public Attributes | List of all members
lug::Graphics::Vulkan::Renderer::Preferences::Swapchain Struct Reference

#include <Renderer.hpp>

Collaboration diagram for lug::Graphics::Vulkan::Renderer::Preferences::Swapchain:
[legend]

Public Attributes

std::vector< VkPresentModeKHR > presentModes
 
std::vector< VkFormat > formats
 
std::vector< VkCompositeAlphaFlagBitsKHR > compositeAlphas
 

Detailed Description

Definition at line 43 of file Renderer.hpp.

Member Data Documentation

◆ presentModes

std::vector<VkPresentModeKHR> lug::Graphics::Vulkan::Renderer::Preferences::Swapchain::presentModes

Definition at line 44 of file Renderer.hpp.

◆ formats

std::vector<VkFormat> lug::Graphics::Vulkan::Renderer::Preferences::Swapchain::formats

Definition at line 45 of file Renderer.hpp.

◆ compositeAlphas

std::vector<VkCompositeAlphaFlagBitsKHR> lug::Graphics::Vulkan::Renderer::Preferences::Swapchain::compositeAlphas

Definition at line 46 of file Renderer.hpp.


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