2022-02-15 00:33:02 +00:00

46 lines
1.5 KiB
JSON

{
"version": "1.3.204.0",
"description": "SDK for new generation graphics and compute API",
"homepage": "https://www.vulkan.org",
"license": {
"identifier": "MIT,...",
"url": "https://vulkan.lunarg.com/license/#/license"
},
"notes": [
"Make sure you have the vulkan driver installed.",
"Variety of drivers of different graphic card vendors could be found at the bottom of 'https://www.khronos.org/vulkan/'"
],
"url": "https://sdk.lunarg.com/sdk/download/1.3.204.0/windows/VulkanSDK-1.3.204.0-Installer.exe#/dl.7z",
"hash": "41f4996335cc5a545d7b2f6e5ff29cf3867789aae4be053a7069aa93408861fa",
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse",
"architecture": {
"64bit": {
"env_add_path": [
"Bin",
"Tools"
]
},
"32bit": {
"env_add_path": [
"Bin32",
"Tools32"
]
}
},
"env_set": {
"VULKAN_SDK": "$dir",
"VK_SDK_PATH": "$dir"
},
"checkver": {
"url": "https://vulkan.lunarg.com/sdk/latest/windows.json",
"jsonpath": "$.windows"
},
"autoupdate": {
"url": "https://sdk.lunarg.com/sdk/download/$version/windows/VulkanSDK-$version-Installer.exe#/dl.7z",
"hash": {
"url": "https://vulkan.lunarg.com/sdk/files.json",
"jsonpath": "$.windows['$version'].files[?(@.file_name == '$basename')].sha"
}
}
}