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