VOX
A little voxel engine
Loading...
Searching...
No Matches
Swapchain::CreateInfo Struct Reference

#include <Swapchain.hpp>

Collaboration diagram for Swapchain::CreateInfo:
Collaboration graph

Public Attributes

VkSurfaceFormatKHR surface_format
 
VkPresentModeKHR present_mode
 
VkExtent2D extent
 
VkSwapchainKHR old_swapchain
 

Member Data Documentation

◆ extent

VkExtent2D Swapchain::CreateInfo::extent

◆ old_swapchain

VkSwapchainKHR Swapchain::CreateInfo::old_swapchain

◆ present_mode

VkPresentModeKHR Swapchain::CreateInfo::present_mode

◆ surface_format

VkSurfaceFormatKHR Swapchain::CreateInfo::surface_format

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