Package org.lwjgl.openxr
Class KHRCompositionLayerDepth
java.lang.Object
org.lwjgl.openxr.KHRCompositionLayerDepth
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_KHR_composition_layer_depth_SPEC_VERSION
public static final int XR_KHR_composition_layer_depth_SPEC_VERSIONThe extension specification version.- See Also:
-
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_KHRExtendsXrStructureType.- See Also:
-