From 5f1cad873eb9e944967683a01e3cb88f9d51d092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:24:19 +0000 Subject: [PATCH] vulkan: Update to version 1.3.275.0 --- bucket/vulkan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vulkan.json b/bucket/vulkan.json index c2c5a10f11..cb765e85a5 100644 --- a/bucket/vulkan.json +++ b/bucket/vulkan.json @@ -1,5 +1,5 @@ { - "version": "1.3.268.0", + "version": "1.3.275.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.268.0/windows/VulkanSDK-1.3.268.0-Installer.exe#/dl.7z", - "hash": "8459ef49bd06b697115ddd3d97c9aec729e849cd775f5be70897718a9b3b9db5", + "url": "https://sdk.lunarg.com/sdk/download/1.3.275.0/windows/VulkanSDK-1.3.275.0-Installer.exe#/dl.7z", + "hash": "1cb064a84c62bf3476763199b7a07d6b9e3510ac66653d3b5ec0bba05d1b3266", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse", "post_install": [ "$script_path = \"$bucketsdir\\main\\scripts\\$app\\install-vk-layers.ps1\"",