MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DebugLog

Method DebugLog

imgui_tiny_app/imgui/imgui.cpp:23718–23724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23716//-----------------------------------------------------------------------------
23717
23718void ImGui::DebugLog(const char* fmt, ...)
23719{
23720 va_list args;
23721 va_start(args, fmt);
23722 DebugLogV(fmt, args);
23723 va_end(args);
23724}
23725
23726void ImGui::DebugLogV(const char* fmt, va_list args)
23727{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected