Chronos 0.0
A advanced 2D rendering and animation system
Loading...
Searching...
No Matches
Chronos::Engine::SwapChainSupportDetails Struct Reference

Contains the fields to the support details of a physical device. More...

#include <swapchain.hpp>

Public Attributes

VkSurfaceCapabilitiesKHR capabilities
 
std::vector< VkSurfaceFormatKHR > formats
 
std::vector< VkPresentModeKHR > presentModes
 

Detailed Description

Contains the fields to the support details of a physical device.

Definition at line 36 of file swapchain.hpp.

Member Data Documentation

◆ capabilities

VkSurfaceCapabilitiesKHR Chronos::Engine::SwapChainSupportDetails::capabilities

Definition at line 37 of file swapchain.hpp.

◆ formats

std::vector<VkSurfaceFormatKHR> Chronos::Engine::SwapChainSupportDetails::formats

Definition at line 38 of file swapchain.hpp.

◆ presentModes

std::vector<VkPresentModeKHR> Chronos::Engine::SwapChainSupportDetails::presentModes

Definition at line 39 of file swapchain.hpp.


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