Downgraded Vulkan to 1.2
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
bf0d938428
commit
ffc9e9acf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue