Downgraded Vulkan to 1.2

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-05-10 14:21:19 +02:00
parent bf0d938428
commit ffc9e9acf8

View file

@ -46,7 +46,7 @@ endif()
# Vulkan Header
FetchContent_Declare(vulkan_header GIT_REPOSITORY https://github.com/KhronosGroup/Vulkan-Headers.git
GIT_TAG v1.3.213) # Source: https://github.com/KhronosGroup/Vulkan-Headers/tags
GIT_TAG v1.2.203) # Source: https://github.com/KhronosGroup/Vulkan-Headers/tags
FetchContent_MakeAvailable(vulkan_header)
# Spdlog