// Need to call this before any other Imgui call. // Make window layout file "imgui.ini" live in config dir XRT_MAYBE_UNUSED int res = u_file_get_path_in_config_dir("imgui.ini", p->layout_file, sizeof ...
Exposed modules sdl - exposes the SDL C API. imgui - exposes the ImGui C API and backend integrations for the SDL3 Renderer and SDL3 GPU APIs. internal - exposes tools used to generate editors and ...