MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / LogLoaderMessage

Method LogLoaderMessage

vkconfig_core/configurator.cpp:786–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786std::string Configurator::LogLoaderMessage() const {
787 std::string log;
788
789 if (this->loader_log_enabled) {
790 log += format(" - Vulkan Loader Messages: %s\n", GetLogString(this->loader_log_messages_flags).c_str());
791 } else {
792 log += " - Vulkan Loader Messages: disabled\n";
793 }
794
795 log += "\n";
796
797 return log;
798}
799
800std::string Configurator::Log() const {
801 std::string log;

Callers 1

LogMethod · 0.95

Calls 2

GetLogStringFunction · 0.85
formatFunction · 0.70

Tested by

no test coverage detected