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

Method appendf

tutorials/common/imgui/imgui.cpp:2503–2509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2501}
2502
2503void ImGuiTextBuffer::appendf(const char* fmt, ...)
2504{
2505 va_list args;
2506 va_start(args, fmt);
2507 appendfv(fmt, args);
2508 va_end(args);
2509}
2510
2511// Helper: Text buffer for logging/accumulating text
2512void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 3

DebugLogVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected