Package org.lwjgl.openxr
Class METAAutomaticLayerFilter
java.lang.Object
org.lwjgl.openxr.METAAutomaticLayerFilter
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intExtendsXrCompositionLayerSettingsFlagBitsFB.static final StringThe extension name.static final intThe extension specification version. -
Method Summary
-
Field Details
-
XR_META_automatic_layer_filter_SPEC_VERSION
public static final int XR_META_automatic_layer_filter_SPEC_VERSIONThe extension specification version.- See Also:
-
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_METAExtendsXrCompositionLayerSettingsFlagBitsFB.- See Also:
-