MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / LogWarning

Method LogWarning

layers/error_message/logging.h:301–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300 bool DECORATE_PRINTF(5, 6)
301 LogWarning(std::string_view vuid_text, const LogObjectList &objlist, const Location &loc, const char *format, ...) const {
302 va_list argptr;
303 va_start(argptr, format);
304 const bool result = debug_report->LogMessageVaList(kWarningBit, vuid_text, objlist, loc, format, argptr);
305 va_end(argptr);
306 return result;
307 }
308
309 bool DECORATE_PRINTF(5, 6) LogPerformanceWarning(std::string_view vuid_text, const LogObjectList &objlist, const Location &loc,
310 const char *format, ...) const {

Callers 8

DeviceExtensionWhitelistFunction · 0.80
GetDeviceProcAddrFunction · 0.80
LogResultFunction · 0.80
CountBufferFunction · 0.80

Calls 1

LogMessageVaListMethod · 0.80

Tested by

no test coverage detected