···11+OpenXR: Refactor reference space validation and support checking, code now
22+supports per system set of supported reference spaces.
+3
doc/changes/state_trackers/mr.2018.2.md
···11+OpenXR: Export local_floor if extension enabled and space is supported, since
22+the extension is compile time we may break the space if the system actually
33+doesn't support local_floor. Hopefully those cases should be rare.
+2
doc/changes/state_trackers/mr.2018.3.md
···11+OpenXR: Export unbounded if extension enabled and space is supported, it's
22+exposed via XR_MSFT_unbounded_reference_space.
+2
doc/changes/xrt/mr.2018.md
···11+Extend xrt_space_overseer to support local_floor, in the Monado interface it's
22+optional, but in OpenXR it's always required if the extension is supported.