Enum XrEyeVisibility
The XrEyeVisibility enum selects which of the viewer’s eyes to display a layer.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public enum XrEyeVisibility
Fields
Name | Description |
---|---|
XR_EYE_VISIBILITY_BOTH | Displays the layer to both eyes. |
XR_EYE_VISIBILITY_LEFT | Displays the layer to the viewer’s physical left eye. |
XR_EYE_VISIBILITY_MAX_ENUM | |
XR_EYE_VISIBILITY_RIGHT | Displays the layer to the viewer’s physical right eye. |