Kohi Game Engine
vulkan_swapchain_support_info Struct Reference

Contains swapchain support information and capabilities. More...

#include <vulkan_types.h>

Data Fields

VkSurfaceCapabilitiesKHR capabilities
 The surface capabilities. More...
 
u32 format_count
 The number of available surface formats. More...
 
VkSurfaceFormatKHR * formats
 An array of the available surface formats. More...
 
u32 present_mode_count
 The number of available presentation modes. More...
 
VkPresentModeKHR * present_modes
 An array of available presentation modes. More...
 

Detailed Description

Contains swapchain support information and capabilities.

Field Documentation

◆ capabilities

VkSurfaceCapabilitiesKHR capabilities

The surface capabilities.

◆ format_count

u32 format_count

The number of available surface formats.

◆ formats

VkSurfaceFormatKHR* formats

An array of the available surface formats.

◆ present_mode_count

u32 present_mode_count

The number of available presentation modes.

◆ present_modes

VkPresentModeKHR* present_modes

An array of available presentation modes.


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