MCPcopy Create free account
hub / github.com/RenderKit/embree / LogTextV

Method LogTextV

tutorials/common/imgui/imgui.cpp:12077–12084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12075}
12076
12077void ImGui::LogTextV(const char* fmt, va_list args)
12078{
12079 ImGuiContext& g = *GImGui;
12080 if (!g.LogEnabled)
12081 return;
12082
12083 LogTextV(g, fmt, args);
12084}
12085
12086// Internal version that takes a position to decide on newline placement and pad items according to their depth.
12087// We split text into individual lines to add current tree level padding

Callers

nothing calls this directly

Calls 1

LogTextVFunction · 0.85

Tested by

no test coverage detected