Struct XrSystemGraphicsProperties
A structure indicates the system graphics properties.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrSystemGraphicsProperties
Fields
maxLayerCount
The maximum number of composition layers supported by this system. The runtime must support at least XR_MIN_COMPOSITION_LAYERS_SUPPORTED layers.
Declaration
public uint maxLayerCount
Field Value
Type | Description |
---|---|
uint |
maxSwapchainImageHeight
The maximum swapchain image pixel height supported by this system.
Declaration
public uint maxSwapchainImageHeight
Field Value
Type | Description |
---|---|
uint |
maxSwapchainImageWidth
The maximum swapchain image pixel width supported by this system.
Declaration
public uint maxSwapchainImageWidth
Field Value
Type | Description |
---|---|
uint |