MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ConsolePrint

Function ConsolePrint

PresentMon/Console.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ConsolePrint(wchar_t const* format, ...)
165{
166 va_list val;
167 va_start(val, format);
168 VConsolePrint(format, val, false);
169 va_end(val);
170}
171
172void ConsolePrintLn(wchar_t const* format, ...)
173{

Callers 1

UpdateConsoleFunction · 0.70

Calls 1

VConsolePrintFunction · 0.85

Tested by

no test coverage detected