The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: document oxr_instance::oxr_interaction_profile

+1
+1
src/xrt/state_trackers/oxr/oxr_objects.h
··· 1171 1171 struct oxr_event *next; 1172 1172 } event; 1173 1173 1174 + //! Interaction profile bindings that have been suggested by the client. 1174 1175 struct oxr_interaction_profile **profiles; 1175 1176 size_t profile_count; 1176 1177