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

Function SetHomePath

vkconfig_core/path.cpp:333–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331static std::string VK_CURRENT_HOME_PATH = GetDefaultHomeDir();
332
333void SetHomePath(const std::string& path) { ::VK_CURRENT_HOME_PATH = path; }
334
335static const std::string GetHomeDir() {
336 std::string absolute_path = qgetenv("VK_HOME").toStdString();

Callers 3

LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected