From e3937fe8ad7f64406ec1547df4649ed80663819a Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:23:40 -0400 Subject: general: Update VulkanSDK and Vulkan-Headers Latest as of this commit --- .ci/scripts/windows/install-vulkan-sdk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/scripts/windows/install-vulkan-sdk.ps1 b/.ci/scripts/windows/install-vulkan-sdk.ps1 index 778a2c2ff..de218d90a 100644 --- a/.ci/scripts/windows/install-vulkan-sdk.ps1 +++ b/.ci/scripts/windows/install-vulkan-sdk.ps1 @@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop" -$VulkanSDKVer = "1.3.243.0" +$VulkanSDKVer = "1.3.250.1" $ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe" $Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile" $Destination = "./$ExeFile" -- cgit v1.2.3