mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 21:37:57 -05:00
general: Update VulkanSDK and Vulkan-Headers
Latest as of this commit
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user