Monado OpenXR Runtime
|
Session input source. More...
#include <oxr/oxr_objects.h>
Data Fields | |
struct oxr_handle_base | handle |
Common structure for things referred to by OpenXR handles. More... | |
struct oxr_session * | sess |
Owning session. More... | |
struct oxr_sub_paths | requested_sub_paths |
Which sub-action paths are requested on the latest sync. More... | |
struct oxr_source_set * | next |
Next source set on this session. More... | |
Session input source.
struct oxr_handle_base oxr_source_set::handle |
Common structure for things referred to by OpenXR handles.
struct oxr_source_set* oxr_source_set::next |
Next source set on this session.
struct oxr_sub_paths oxr_source_set::requested_sub_paths |
Which sub-action paths are requested on the latest sync.
struct oxr_session* oxr_source_set::sess |
Owning session.