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

Function SetDownloadPath

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

Source from the content-addressed store, hash-verified

349static std::string VK_CURRENT_DOWNLOAD_PATH = GetDefaultHomeDir() + "/Releases";
350
351void SetDownloadPath(const std::string& path) { ::VK_CURRENT_DOWNLOAD_PATH = path; }
352
353static const std::string GetDownloadDir() {
354 std::string absolute_path = qgetenv("VULKAN_DOWNLOAD").toStdString();

Callers 2

LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected