The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !1285

+6
+1
doc/changes/xrt/mr.1275.md
··· 2 2 - mr.1275 3 3 - mr.1279 4 4 - mr.1283 5 + - mr.1285 5 6 --- 6 7 7 8 Introduce @ref xrt_system_devices struct and @ref xrt_instance_create_system
+5
doc/changes/xrt/mr.1285.md
··· 1 + Introduce @ref xrt_builder struct and various functions on @ref xrt_prober 2 + to support them. This is a follow up on the @ref xrt_system_devices changes. 3 + These make it much easier to build more complex all in one devices like WinMR 4 + and Rift-S. And moves a lot of contextual configuration out of generic drivers 5 + like the hand-tracker code needing to know which device it was being used by.