NDEVR
API Documentation
VulkanRenderPipeline::SwapChainSupportDetails

Details about swap chain support on a physical device. More...

Collaboration diagram for VulkanRenderPipeline::SwapChainSupportDetails:
[legend]

Public Attributes

VkSurfaceCapabilitiesKHR capabilities = {}
 Surface capabilities.
PrimitiveBuffer< VkSurfaceFormatKHR > formats
 Supported surface formats.
PrimitiveBuffer< VkPresentModeKHR > presentModes
 Supported presentation modes.

Detailed Description

Details about swap chain support on a physical device.

Definition at line 73 of file VulkanRenderPipeline.h.


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