Class KHRCompositionLayerDepth

java.lang.Object
org.lwjgl.openxr.KHRCompositionLayerDepth

public final class KHRCompositionLayerDepth extends Object
The XR_KHR_composition_layer_depth extension.

This extension defines an extra layer type which allows applications to submit depth images along with color images in projection layers, i.e. XrCompositionLayerProjection.

The XR runtime may use this information to perform more accurate reprojections taking depth into account. Use of this extension does not affect the order of layer composition as described in Compositing.

  • Field Details

    • XR_KHR_composition_layer_depth_SPEC_VERSION

      public static final int XR_KHR_composition_layer_depth_SPEC_VERSION
      The extension specification version.
      See Also:
    • XR_KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME

      public static final String XR_KHR_COMPOSITION_LAYER_DEPTH_EXTENSION_NAME
      The extension name.
      See Also:
    • XR_TYPE_COMPOSITION_LAYER_DEPTH_INFO_KHR

      public static final int XR_TYPE_COMPOSITION_LAYER_DEPTH_INFO_KHR
      Extends XrStructureType.
      See Also: