Monado OpenXR Runtime
|
The objects that handle session running status and blocking of xrWaitFrame. More...
Functions | |
int | oxr_frame_sync_init (struct oxr_frame_sync *ofs) |
XRT_CHECK_RESULT XrResult | oxr_frame_sync_wait_frame (struct oxr_frame_sync *ofs) |
XRT_CHECK_RESULT XrResult | oxr_frame_sync_release (struct oxr_frame_sync *ofs) |
XRT_CHECK_RESULT XrResult | oxr_frame_sync_begin_session (struct oxr_frame_sync *ofs) |
XRT_CHECK_RESULT XrResult | oxr_frame_sync_end_session (struct oxr_frame_sync *ofs) |
XRT_CHECK_RESULT bool | oxr_frame_sync_is_session_running (struct oxr_frame_sync *ofs) |
void | oxr_frame_sync_fini (struct oxr_frame_sync *ofs) |
The objects that handle session running status and blocking of xrWaitFrame.