OpenXRFbCompositionLayerDepthTestExtension

Inherits: OpenXRExtensionWrapper

Wraps the XR_FB_composition_layer_depth_test extension.

Description

Wraps the XR_FB_composition_layer_depth_test extension.

Properties

bool

projection_layer_depth_test_enabled

Methods

bool

is_enabled ( )


Property Descriptions

bool projection_layer_depth_test_enabled

  • void set_projection_layer_depth_test_enabled ( bool value )

  • bool is_projection_layer_depth_test_enabled ( )

Enables depth testing for the projection layer.

Note: The xr/openxr/submit_depth_buffer project setting must be enabled for this to take effect.


Method Descriptions

bool is_enabled ( )

Checks if the extension is enabled or not.