doc: Document !2027

This commit is contained in:
Jakob Bornecrantz 2023-11-13 23:49:26 +00:00
parent 33498dc6b2
commit e910d4fd49
7 changed files with 19 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- mr.1836
- mr.1867
- issue.269
- mr.2027
---
OpenXR: Add support for `XR_EXT_eye_gaze_interaction`.

View file

@ -1 +1,6 @@
---
- mr.1901
- mr.2027
---
st/oxr: Adds support for `XR_EXT_hand_interaction` profile

View file

@ -1,6 +1,7 @@
---
- mr.2016
- mr.2032
- mr.2027
---
OpenXR: Implementation of XR_KHR_visibility_mask.

View file

@ -1,6 +1,7 @@
---
- mr.2018
- mr.2033
- mr.2027
---
OpenXR: Export local_floor if extension enabled and space is supported, since

View file

@ -1,2 +1,7 @@
---
- mr.2018
- mr.2027
---
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 @@
OpenXR: Properly check all extension interaction profiles if enabled or
supported in xrSuggestInteractionProfileBindings.

View file

@ -0,0 +1,4 @@
OpenXR: Make many more extensions build time options, doesn't change which are
enabled by default. This lets runtimes using Monado control which extensions are
exposed, this needs to be build time options because extensions are listed
before a connection is made to the service.