Class METAAutomaticLayerFilter

java.lang.Object
org.lwjgl.openxr.METAAutomaticLayerFilter

public final class METAAutomaticLayerFilter extends Object
The XR_META_automatic_layer_filter extension.

This extension defines a new flag in XrCompositionLayerSettingsFlagBitsFB that allows applications to provide a hint to the runtime to automatically toggle a layer filtering mechanism. The layer filtering helps alleviate visual quality artifacts such as blur and flicker.

Note: The runtime may use any factors it wishes to apply a filter to the layer. These may include not only fixed factors such as screen resolution, HMD type, and swapchain resolution, but also dynamic ones such as layer pose and system-wide GPU utilization.

  • Field Details

    • XR_META_automatic_layer_filter_SPEC_VERSION

      public static final int XR_META_automatic_layer_filter_SPEC_VERSION
      The extension specification version.
      See Also:
    • XR_META_AUTOMATIC_LAYER_FILTER_EXTENSION_NAME

      public static final String XR_META_AUTOMATIC_LAYER_FILTER_EXTENSION_NAME
      The extension name.
      See Also:
    • XR_COMPOSITION_LAYER_SETTINGS_AUTO_LAYER_FILTER_BIT_META

      public static final int XR_COMPOSITION_LAYER_SETTINGS_AUTO_LAYER_FILTER_BIT_META
      Extends XrCompositionLayerSettingsFlagBitsFB.
      See Also: