Class MLFrameEndInfo

java.lang.Object
org.lwjgl.openxr.MLFrameEndInfo

public final class MLFrameEndInfo extends Object
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 Details

    • XR_ML_frame_end_info_SPEC_VERSION

      public static final int XR_ML_frame_end_info_SPEC_VERSION
      The extension specification version.
      See Also:
    • XR_ML_FRAME_END_INFO_EXTENSION_NAME

      public static final String 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_ML
      Extends XrStructureType.
      See Also:
    • XR_FRAME_END_INFO_PROTECTED_BIT_ML

      public static final int XR_FRAME_END_INFO_PROTECTED_BIT_ML
      XrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsML
      Description

      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

      XrFrameEndInfoML, EndFrame

      See Also:
    • XR_FRAME_END_INFO_VIGNETTE_BIT_ML

      public static final int XR_FRAME_END_INFO_VIGNETTE_BIT_ML
      XrFrameEndInfoFlagBitsML - XrFrameEndInfoFlagBitsML
      Description

      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

      XrFrameEndInfoML, EndFrame

      See Also: