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

Method Log

vkconfig_core/executable_manager.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 {{"Open GUI", "${VULKAN_HOME}", ""}, {"Export GPU Info", "${VULKAN_HOME}", "--deviceindex=0 \"-s vulkanCapsViewer.json\""}}}};
143
144std::string ExecutableManager::Log() const {
145 std::string log;
146 return log;
147}
148
149bool ExecutableManager::Empty() const { return this->data.empty(); }
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected