Monado OpenXR Runtime
|
IPC client implementation of xrt_session. More...
Data Fields | |
struct xrt_session | base |
struct ipc_connection * | ipc_c |
Data Fields inherited from xrt_session | |
xrt_result_t(* | poll_events )(struct xrt_session *xs, union xrt_session_event *out_xse) |
Poll a single event from this session, if no event is available then the type of the event will be XRT_SESSION_EVENT_NONE. More... | |
void(* | destroy )(struct xrt_session *xs) |
Destroy the session, must be destroyed after the native compositor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from xrt_session | |
static XRT_CHECK_RESULT xrt_result_t | xrt_session_poll_events (struct xrt_session *xs, union xrt_session_event *out_xse) |
Poll a single event from this session, if no event is available then the type of the event will be XRT_SESSION_EVENT_NONE. More... | |
static void | xrt_session_destroy (struct xrt_session **xs_ptr) |
Destroy an xrt_session - helper function. More... | |
IPC client implementation of xrt_session.