general: Update VulkanSDK and Vulkan-Headers
Latest as of this commit
This commit is contained in:
parent
c652e42492
commit
e3937fe8ad
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
$VulkanSDKVer = "1.3.243.0"
|
$VulkanSDKVer = "1.3.250.1"
|
||||||
$ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe"
|
$ExeFile = "VulkanSDK-$VulkanSDKVer-Installer.exe"
|
||||||
$Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile"
|
$Uri = "https://sdk.lunarg.com/sdk/download/$VulkanSDKVer/windows/$ExeFile"
|
||||||
$Destination = "./$ExeFile"
|
$Destination = "./$ExeFile"
|
||||||
|
|
|
@ -285,7 +285,7 @@ find_package(ZLIB 1.2 REQUIRED)
|
||||||
find_package(zstd 1.5 REQUIRED)
|
find_package(zstd 1.5 REQUIRED)
|
||||||
|
|
||||||
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS)
|
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS)
|
||||||
find_package(Vulkan 1.3.246 REQUIRED)
|
find_package(Vulkan 1.3.256 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_LIBUSB)
|
if (ENABLE_LIBUSB)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 63af1cf1ee906ba4dcd5a324bdd0201d4f4bfd12
|
Subproject commit ed857118e243fdc0f3a100f00ac9919e874cfe63
|
Reference in New Issue