The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Clarify code around xrt_comp_begin_session call

+4 -1
+4 -1
src/xrt/ipc/server/ipc_server_handler.c
··· 131 131 return XRT_ERROR_IPC_SESSION_NOT_CREATED; 132 132 } 133 133 134 - return xrt_comp_begin_session(ics->xc, 0); 134 + //! @todo Pass the view type down. 135 + enum xrt_view_type view_type = XRT_VIEW_TYPE_STEREO; 136 + 137 + return xrt_comp_begin_session(ics->xc, view_type); 135 138 } 136 139 137 140 xrt_result_t