Skip to main content
Version: 21 Aug 2024

XR_ML_view_configuration_depth_range_change

Experimental API

This API is still an experimental extension not included in the official OpenXR registry and is subject to change.

12.110. XR_ML_view_configuration_depth_range_change

Name String

XR_ML_view_configuration_depth_range_change

Extension Type

Instance extension

Registered Extension Number

484

Revision

1

Extension and Version Dependencies
Last Modified Date

2023-11-09

IP Status

No known IP claims.

Contributors

Ron Bessems, Magic Leap
Andrei Aristarkhov, Magic Leap

12.110.1. Overview

There is a desire for runtimes to be able to inform applications of changes in clipping planes during the lifetime of an XrInstance.

12.110.2. Background

The XrViewConfigurationDepthRangeEXT structure is used to inform applications of the clipping plane values. However, since this information is obtained viaxrEnumerateViewConfigurations its contents must not change.

12.110.3. Behavior change

When this extension is enabled, the runtime may change the contents ofXrViewConfigurationDepthRangeEXT during the lifetime of anXrInstance.

Applications should track changes in the clipping plane values as provided by the runtime every frame.

12.110.4. New Enum Constants

  • XR_ML_VIEW_CONFIGURATION_DEPTH_RANGE_CHANGE_EXTENSION_NAME

  • XR_ML_view_configuration_depth_range_change_SPEC_VERSION

Version History

  • Revision 1, 2023-11-09 (Ron Bessems)

    • Initial extension description