The open source OpenXR runtime
0
fork

Configure Feed

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

ipc: Some comments [NFC]

+4
+4
src/xrt/ipc/server/ipc_server_process.c
··· 926 926 return ret; 927 927 } 928 928 929 + // Start the debug UI now (if enabled). 929 930 u_debug_gui_start(s->debug_gui, s->xinst, s->xsysd); 930 931 932 + // Main loop. 931 933 ret = main_loop(s); 932 934 935 + // Stop the UI before tearing everything down. 933 936 u_debug_gui_stop(&s->debug_gui); 934 937 938 + // Done after UI stopped. 935 939 teardown_all(s); 936 940 free(s); 937 941