doc: Document !2072

This commit is contained in:
Jakob Bornecrantz 2023-12-11 13:25:48 +00:00 committed by Simon Zeni
parent d751468785
commit b60585f906
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
---
- mr.2057
- mr.2072
---
u/builder: Introduce new `u_builder` to make it easier to implement the
interface function `xrt_builder::open_system`. Allowing lots of de-duplication
of code that was exactly the same in most builders.

View file

@ -0,0 +1,2 @@
OpenXR: Transition headless session to FOCUSED on xrBeginSession as per the
extension, this fixes actions not being active in headless sessions.

View file

@ -0,0 +1 @@
OpenXR: Tidy code a little bit and improve debugging of bindings.