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

Method LogMessageVaList

layers/error_message/logging.cpp:727–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727bool DebugReport::LogMessageVaList(VkFlags msg_flags, std::string_view vuid_text, const LogObjectList& objects, const Location& loc,
728 const char* format, va_list argptr) {
729 const std::string main_message = text::VFormat(format, argptr);
730 return LogMessage(msg_flags, vuid_text, objects, loc, main_message);
731}
732
733VKAPI_ATTR VkBool32 VKAPI_CALL MessengerBreakCallback([[maybe_unused]] VkDebugUtilsMessageSeverityFlagBitsEXT message_severity,
734 [[maybe_unused]] VkDebugUtilsMessageTypeFlagsEXT message_type,

Callers 6

LogErrorMethod · 0.80
LogUndefinedValueMethod · 0.80
LogWarningMethod · 0.80
LogPerformanceWarningMethod · 0.80
LogInfoMethod · 0.80
LogVerboseMethod · 0.80

Calls 1

VFormatFunction · 0.85

Tested by

no test coverage detected