Monado OpenXR Runtime
|
SDL2 Debug UI implementation. More...
Functions | |
int | u_debug_gui_create (const struct u_debug_gui_create_info *udgci, struct u_debug_gui **out_debug_ui) |
Creates the debug gui, may not create it. More... | |
void | u_debug_gui_start (struct u_debug_gui *debug_ui, struct xrt_instance *xinst, struct xrt_system_devices *xsysd) |
Starts the debug gui, also passes in some structs that might be needed. More... | |
void | u_debug_gui_stop (struct u_debug_gui **debug_ui) |
Stops the debug gui, closing the window and freeing resources. More... | |
SDL2 Debug UI implementation.