The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !1570

+4
+4
doc/changes/compositor/mr.1570.md
··· 1 + main: Introduce `comp_target_factory` this struct allows use to remove long and 2 + clumbersome switch statements for each type. Instead the code is generic and 3 + tweaks for specific target types can be reused for others more easily with this 4 + data driven design of the code.