The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Remove old unused device role index system

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
97874a52 4fa50903

-8
-8
src/xrt/state_trackers/oxr/oxr_objects.h
··· 1350 1350 //! System compositor, used to create session compositors. 1351 1351 struct xrt_system_compositor *xsysc; 1352 1352 1353 - /* index for xdevs array */ 1354 - struct 1355 - { 1356 - #define OXR_ROLE_FIELD(X) int X; 1357 - OXR_FOR_EACH_VALID_SUBACTION_PATH(OXR_ROLE_FIELD) 1358 - #undef OXR_ROLE_FIELD 1359 - } role; 1360 - 1361 1353 XrSystemId systemId; 1362 1354 1363 1355 //! Have the client application called the gfx api requirements func?