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

Function PrintWarningF

src/Common.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void PrintWarningF(const char* format, ...)
136{
137 va_list argList;
138 va_start(argList, format);
139 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList);
140 va_end(argList);
141}
142
143void PrintWarningF(const wchar_t* format, ...)
144{

Callers

nothing calls this directly

Calls 1

PrintMessageVFunction · 0.85

Tested by

no test coverage detected