Package org.lwjgl.openxr
Class MLFrameEndInfo
java.lang.Object
org.lwjgl.openxr.MLFrameEndInfo
The XR_ML_frame_end_info extension.
This extension provides access to Magic Leap specific extensions to frame settings like focus distance, vignette, and protection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intXrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsMLstatic final intXrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsMLstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_ML_frame_end_info_SPEC_VERSION
public static final int XR_ML_frame_end_info_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_ML_FRAME_END_INFO_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_FRAME_END_INFO_ML
public static final int XR_TYPE_FRAME_END_INFO_MLExtendsXrStructureType.- See Also:
-
XR_FRAME_END_INFO_PROTECTED_BIT_ML
public static final int XR_FRAME_END_INFO_PROTECTED_BIT_MLXrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsMLDescription
The flag bits have the following meanings:
Flag Descriptions
FRAME_END_INFO_PROTECTED_BIT_ML— Indicates that the content for this frame is protected and should not be recorded or captured outside the graphics system.FRAME_END_INFO_VIGNETTE_BIT_ML— Indicates that a soft fade to transparent should be added to the frame in the compositor to blend any hard edges at the FOV limits.
See Also
- See Also:
-
XR_FRAME_END_INFO_VIGNETTE_BIT_ML
public static final int XR_FRAME_END_INFO_VIGNETTE_BIT_MLXrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsMLDescription
The flag bits have the following meanings:
Flag Descriptions
FRAME_END_INFO_PROTECTED_BIT_ML— Indicates that the content for this frame is protected and should not be recorded or captured outside the graphics system.FRAME_END_INFO_VIGNETTE_BIT_ML— Indicates that a soft fade to transparent should be added to the frame in the compositor to blend any hard edges at the FOV limits.
See Also
- See Also:
-