st/oxr: document oxr_instance::oxr_interaction_profile

This commit is contained in:
Christoph Haag 2021-11-24 00:56:33 +01:00
parent e01bd11759
commit 1a9e0750c7

View file

@ -1171,6 +1171,7 @@ struct oxr_instance
struct oxr_event *next;
} event;
//! Interaction profile bindings that have been suggested by the client.
struct oxr_interaction_profile **profiles;
size_t profile_count;