XR_ML_view_configuration_depth_range_change
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.