Enum XrCompositionLayerFlags
Specifies options for individual composition layers, and contains a bitwise-OR of zero or more of the bits.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
[Flags]
public enum XrCompositionLayerFlags : ulong
Fields
Name | Description |
---|---|
CorrectChromaticAberration | Enables chromatic aberration correction when not done by default. This flag has no effect on any known conformant runtime, and is planned for deprecation for OpenXR 1.1 |
SourceAlpha | Enables the layer texture alpha channel. |
UnPremultipliedAlpha | Indicates the texture color channels have not been premultiplied by the texture alpha channel. |