From ffc9e9acf8a8d40ba7cb6e5a3238c3799bbe6b11 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Tue, 10 May 2022 14:21:19 +0200 Subject: [PATCH] Downgraded Vulkan to 1.2 Signed-off-by: Fabian Sauter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d34a7a962..7e61be8be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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