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

Function ConsolePrint

IntelPresentMon/SampleClient/Console.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void ConsolePrint(char const* format, ...)
50{
51 va_list args;
52 va_start(args, format);
53 vConsolePrint(format, args);
54 va_end(args);
55}
56
57void ConsolePrintLn(char const* format, ...)
58{

Callers

nothing calls this directly

Calls 1

vConsolePrintFunction · 0.85

Tested by

no test coverage detected