MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / PrintMessageF

Function PrintMessageF

src/Common.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void PrintMessageF(CONSOLE_COLOR color, const char* format, ...)
120{
121 va_list argList;
122 va_start(argList, format);
123 PrintMessageV(color, format, argList);
124 va_end(argList);
125}
126
127void PrintMessageF(CONSOLE_COLOR color, const wchar_t* format, ...)
128{

Callers

nothing calls this directly

Calls 1

PrintMessageVFunction · 0.85

Tested by

no test coverage detected