From 7da72c6c24eab680468df9422bd5f627ba6cb59a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:30:50 +0000 Subject: [PATCH] vulkan: Update to version 1.3.296.0 --- bucket/vulkan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/vulkan.json b/bucket/vulkan.json index d277571c8f..7b50fd5d96 100644 --- a/bucket/vulkan.json +++ b/bucket/vulkan.json @@ -1,5 +1,5 @@ { - "version": "1.3.290.0", + "version": "1.3.296.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.290.0/windows/VulkanSDK-1.3.290.0-Installer.exe#/dl.7z", - "hash": "0ba0392a78157b82354157c5c988d74ddc6bc15573cc9c8653aa60245355fe8a", + "url": "https://sdk.lunarg.com/sdk/download/1.3.296.0/windows/VulkanSDK-1.3.296.0-Installer.exe#/dl.7z", + "hash": "acb4ae0786fd3e558f8b3c36cc3eba91638984217ba8a6795ec64d2f9ffd8c4b", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstal*\" -Recurse", "post_install": [ "$script_path = \"$bucketsdir\\main\\scripts\\$app\\install-vk-layers.ps1\"",