|
Monado OpenXR Runtime
|
Helper to implement xrt_session. More...

Functions | |
| static struct u_session * | u_session (struct xrt_session *xs) |
| static xrt_result_t | push_event (struct xrt_session_event_sink *xses, const union xrt_session_event *xse) |
| static xrt_result_t | poll_events (struct xrt_session *xs, union xrt_session_event *out_xse) |
| static void | destroy (struct xrt_session *xs) |
| struct u_session * | u_session_create (struct u_system *usys) |
| void | u_session_event_push (struct u_session *us, const union xrt_session_event *xse) |
| void | u_session_event_pop (struct u_session *us, union xrt_session_event *out_xse) |
Helper to implement xrt_session.