Skip to content

Commit

Permalink
[cmake] Update Vulkan SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 14, 2024
1 parent 005e57f commit 411f878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ FetchContent_Declare(volk

FetchContent_Declare(Vulkan
GIT_REPOSITORY https://github.com/KhronosGroup/Vulkan-Headers
GIT_TAG v1.3.215
GIT_TAG v1.3.283
GIT_PROGRESS ON
FIND_PACKAGE_ARGS 1.3.215)
FIND_PACKAGE_ARGS 1.3.283)

0 comments on commit 411f878

Please sign in to comment.