doc: Document !2018

This commit is contained in:
Jakob Bornecrantz 2023-11-09 22:01:22 +00:00
parent 2d79fb1a3f
commit a77e35fdaf
6 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,2 @@
u/space: Add local_floor to legacy helper function, making most builders support
it automatically.

View file

@ -0,0 +1 @@
remote: Add support for local_floor space.

View file

@ -0,0 +1,2 @@
OpenXR: Refactor reference space validation and support checking, code now
supports per system set of supported reference spaces.

View file

@ -0,0 +1,3 @@
OpenXR: Export local_floor if extension enabled and space is supported, since
the extension is compile time we may break the space if the system actually
doesn't support local_floor. Hopefully those cases should be rare.

View file

@ -0,0 +1,2 @@
OpenXR: Export unbounded if extension enabled and space is supported, it's
exposed via XR_MSFT_unbounded_reference_space.

View file

@ -0,0 +1,2 @@
Extend xrt_space_overseer to support local_floor, in the Monado interface it's
optional, but in OpenXR it's always required if the extension is supported.