doc: Document !1285

This commit is contained in:
Jakob Bornecrantz 2022-05-16 19:09:40 +01:00
parent 9285bee210
commit ea8969d00d
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,7 @@
- mr.1275
- mr.1279
- mr.1283
- mr.1285
---
Introduce @ref xrt_system_devices struct and @ref xrt_instance_create_system

View file

@ -0,0 +1,5 @@
Introduce @ref xrt_builder struct and various functions on @ref xrt_prober
to support them. This is a follow up on the @ref xrt_system_devices changes.
These make it much easier to build more complex all in one devices like WinMR
and Rift-S. And moves a lot of contextual configuration out of generic drivers
like the hand-tracker code needing to know which device it was being used by.