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

@ -285,7 +285,7 @@ find_package(ZLIB 1.2 REQUIRED)
find_package(zstd 1.5 REQUIRED)
if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS)
find_package(Vulkan 1.3.246 REQUIRED)
find_package(Vulkan 1.3.256 REQUIRED)
endif()
if (ENABLE_LIBUSB)