From 520cf77982afcff071406628c988bbd820d75d0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 00:32:50 +0000 Subject: [PATCH] vulkan: Update to version 1.3.261.0 --- bucket/vulkan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vulkan.json b/bucket/vulkan.json index f067c26cd1..cf5c0af2f4 100644 --- a/bucket/vulkan.json +++ b/bucket/vulkan.json @@ -1,5 +1,5 @@ { - "version": "1.3.250.1", + "version": "1.3.261.0", "description": "SDK for new generation graphics and compute API", "homepage": "https://www.vulkan.org", "license": { @@ -13,8 +13,8 @@ "Allow vulkan applications to find VK layers provided by Khronos, run \"$dir\\install-vk-layers.ps1\"", "(\"powershell \"$dir\\install-vk-layers.ps1\"\" under cmd)" ], - "url": "https://sdk.lunarg.com/sdk/download/1.3.250.1/windows/VulkanSDK-1.3.250.1-Installer.exe#/dl.7z", - "hash": "fab945cdae8ab5d8f983ff9cda39d80cfe7ab644660e577e977566dd73380785", + "url": "https://sdk.lunarg.com/sdk/download/1.3.261.0/windows/VulkanSDK-1.3.261.0-Installer.exe#/dl.7z", + "hash": "352be2b98cf5c5784be145315902735871e0394bf1066492471e014fe33635ea", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse", "post_install": [ "$script_path = \"$bucketsdir\\main\\scripts\\$app\\install-vk-layers.ps1\"",