Monado OpenXR Runtime
u_debug_gui.c File Reference

SDL2 Debug UI implementation. More...

#include "xrt/xrt_system.h"
#include "xrt/xrt_instance.h"
#include "xrt/xrt_config_build.h"
Include dependency graph for u_debug_gui.c:

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...
 

Detailed Description