![]() |
HoviTron Video Pipeline
|
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 |
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.
vk::SurfaceCapabilitiesKHR SwapChainSupportDetails::capabilities |
Surfaces capabilities
Definition at line 89 of file commonVulkan.h.
std::vector<vk::SurfaceFormatKHR> SwapChainSupportDetails::formats |
Format supported
Definition at line 91 of file commonVulkan.h.
std::vector<vk::PresentModeKHR> SwapChainSupportDetails::presentModes |
Present modes supported
Definition at line 93 of file commonVulkan.h.