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

Function PrintErrorF

src/Common.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void PrintErrorF(const char* format, ...)
152{
153 va_list argList;
154 va_start(argList, format);
155 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList);
156 va_end(argList);
157}
158
159void PrintErrorF(const wchar_t* format, ...)
160{

Callers

nothing calls this directly

Calls 1

PrintMessageVFunction · 0.85

Tested by

no test coverage detected