HoviTron Video Pipeline
Data Fields
SwapChainSupportDetails Struct Reference

Struct that contains the capability for the sapchain, the formats and the present mode supported. More...

#include <commonVulkan.h>

Data Fields

vk::SurfaceCapabilitiesKHR capabilities
 
std::vector< vk::SurfaceFormatKHR > formats
 
std::vector< vk::PresentModeKHR > presentModes
 

Detailed Description

Struct that contains the capability for the sapchain, the formats and the present mode supported.

Struct that contains the capability for the swapchain, the formats and the present mode supported.

Definition at line 87 of file commonVulkan.h.

Field Documentation

◆ capabilities

vk::SurfaceCapabilitiesKHR SwapChainSupportDetails::capabilities

Surfaces capabilities

Definition at line 89 of file commonVulkan.h.

◆ formats

std::vector<vk::SurfaceFormatKHR> SwapChainSupportDetails::formats

Format supported

Definition at line 91 of file commonVulkan.h.

◆ presentModes

std::vector<vk::PresentModeKHR> SwapChainSupportDetails::presentModes

Present modes supported

Definition at line 93 of file commonVulkan.h.


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