Chronos 0.0
A advanced 2D rendering and animation system
|
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 |
Contains the fields to the support details of a physical device.
Definition at line 36 of file swapchain.hpp.
VkSurfaceCapabilitiesKHR Chronos::Engine::SwapChainSupportDetails::capabilities |
Definition at line 37 of file swapchain.hpp.
std::vector<VkSurfaceFormatKHR> Chronos::Engine::SwapChainSupportDetails::formats |
Definition at line 38 of file swapchain.hpp.
std::vector<VkPresentModeKHR> Chronos::Engine::SwapChainSupportDetails::presentModes |
Definition at line 39 of file swapchain.hpp.