The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Fix typo

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
9af44470 59c3c911

+2 -2
+2 -2
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 1 + main: Introduce `comp_target_factory`. This struct allows us to remove long and 2 + cumbersome switch statements for each type. Instead the code is generic and 3 3 tweaks for specific target types can be reused for others more easily with this 4 4 data driven design of the code.