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

Method version

vkconfig_core/command_line.cpp:876–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void CommandLine::version() const {
877 const std::string& version = Version::VKCONFIG.str();
878
879 printf("%s version %s\n", VKCONFIG_NAME, version.c_str());
880}
881
882Path CommandLine::GetInputPath() const { return this->_input_path; }
883

Callers 2

mainFunction · 0.80
LogMethod · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected