general: Update VulkanSDK and Vulkan-Headers

Latest as of this commit
This commit is contained in:
Morph 2023-07-07 01:23:40 -04:00
parent 94509cbf40
commit 3609c037f6
3 changed files with 3 additions and 3 deletions

View file

@ -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"