MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / DebugLog

Method DebugLog

include/imgui/imgui.cpp:17805–17811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17803//-----------------------------------------------------------------------------
17804
17805void ImGui::DebugLog(const char* fmt, ...)
17806{
17807 va_list args;
17808 va_start(args, fmt);
17809 DebugLogV(fmt, args);
17810 va_end(args);
17811}
17812
17813void ImGui::DebugLogV(const char* fmt, va_list args)
17814{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected