The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2018

+12
+2
doc/changes/auxiliary/mr.2018.md
··· 1 + u/space: Add local_floor to legacy helper function, making most builders support 2 + it automatically.
+1
doc/changes/drivers/mr.2018.md
··· 1 + remote: Add support for local_floor space.
+2
doc/changes/state_trackers/mr.2018.1.md
··· 1 + OpenXR: Refactor reference space validation and support checking, code now 2 + supports per system set of supported reference spaces.
+3
doc/changes/state_trackers/mr.2018.2.md
··· 1 + OpenXR: Export local_floor if extension enabled and space is supported, since 2 + the extension is compile time we may break the space if the system actually 3 + doesn't support local_floor. Hopefully those cases should be rare.
+2
doc/changes/state_trackers/mr.2018.3.md
··· 1 + OpenXR: Export unbounded if extension enabled and space is supported, it's 2 + exposed via XR_MSFT_unbounded_reference_space.
+2
doc/changes/xrt/mr.2018.md
··· 1 + Extend xrt_space_overseer to support local_floor, in the Monado interface it's 2 + optional, but in OpenXR it's always required if the extension is supported.