SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::SwapChainSupportDetails Struct Reference

SwapChain Utils. Queried from device. More...

#include <VulkanDevice.h>

Public Attributes

VkSurfaceCapabilitiesKHR capabilities
 VkSurfaceCapabilitiesKHR.
 
std::vector< VkSurfaceFormatKHR > formats
 All supported VkSurfaceFormatKHR.
 
std::vector< VkPresentModeKHR > presentModes
 All supported VkPresentModeKHR.
 
VkSurfaceFormatKHR format
 The selected VkSurfaceFormatKHR.
 
VkPresentModeKHR presentMode
 The selected VkPresentModeKHR.
 
VkExtent2D surfaceSize
 The VkSurface Size.
 
VkExtent2D viewPortSize = { 1280, 960 }
 The ViewPort Size. Init value. Reset by resize event.
 

Detailed Description

SwapChain Utils. Queried from device.

Definition at line 73 of file VulkanDevice.h.


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