Nameless Engine
Loading...
Searching...
No Matches
ne::VulkanRenderer::SwapChainSupportDetails Struct Reference

Public Attributes

VkSurfaceCapabilitiesKHR capabilities
 
std::vector< VkSurfaceFormatKHR > vSupportedFormats
 
std::vector< VkPresentModeKHR > vSupportedPresentModes
 

Detailed Description

Groups information about swap chain capabilities.

Member Data Documentation

◆ capabilities

VkSurfaceCapabilitiesKHR ne::VulkanRenderer::SwapChainSupportDetails::capabilities

Capabilities.

◆ vSupportedFormats

std::vector<VkSurfaceFormatKHR> ne::VulkanRenderer::SwapChainSupportDetails::vSupportedFormats

Supported surface formats.

◆ vSupportedPresentModes

std::vector<VkPresentModeKHR> ne::VulkanRenderer::SwapChainSupportDetails::vSupportedPresentModes

Supported presentation modes.


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