LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::XRViewConfigurationView Struct Reference

Per-view configuration entry returned by XRSystem::GetViewConfigurations. More...

#include <XRSystemFlags.h>

Public Attributes

LLGL::Extent2D recommendedImageExtent = { 0, 0 }
 Recommended image size (in pixels) for this view's swap-chain.
LLGL::Extent2D maxImageExtent = { 0, 0 }
 Maximum supported image size (in pixels) for this view's swap-chain.
std::uint32_t recommendedSampleCount = 1
 Recommended sample count for this view's swap-chain. Use this for MSAA targets.
std::uint32_t maxSampleCount = 1
 Maximum supported sample count for this view's swap-chain.

Detailed Description

Per-view configuration entry returned by XRSystem::GetViewConfigurations.

See also
XRSystem::GetViewConfigurations

Member Data Documentation

◆ maxImageExtent

LLGL::Extent2D LLGL::XRViewConfigurationView::maxImageExtent = { 0, 0 }

Maximum supported image size (in pixels) for this view's swap-chain.

◆ maxSampleCount

std::uint32_t LLGL::XRViewConfigurationView::maxSampleCount = 1

Maximum supported sample count for this view's swap-chain.

◆ recommendedImageExtent

LLGL::Extent2D LLGL::XRViewConfigurationView::recommendedImageExtent = { 0, 0 }

Recommended image size (in pixels) for this view's swap-chain.

◆ recommendedSampleCount

std::uint32_t LLGL::XRViewConfigurationView::recommendedSampleCount = 1

Recommended sample count for this view's swap-chain. Use this for MSAA targets.


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