![]() |
LLGL 0.05 Beta
|
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. | |
Per-view configuration entry returned by XRSystem::GetViewConfigurations.
| LLGL::Extent2D LLGL::XRViewConfigurationView::maxImageExtent = { 0, 0 } |
Maximum supported image size (in pixels) for this view's swap-chain.
| std::uint32_t LLGL::XRViewConfigurationView::maxSampleCount = 1 |
Maximum supported sample count for this view's swap-chain.
| LLGL::Extent2D LLGL::XRViewConfigurationView::recommendedImageExtent = { 0, 0 } |
Recommended image size (in pixels) for this view's swap-chain.
| std::uint32_t LLGL::XRViewConfigurationView::recommendedSampleCount = 1 |
Recommended sample count for this view's swap-chain. Use this for MSAA targets.