We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a29ac commit c67730cCopy full SHA for c67730c
1 file changed
externals.cmake
@@ -72,7 +72,7 @@ FetchContent_Declare(
72
FetchContent_Declare(
73
spirv_cross_core
74
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
75
- GIT_TAG vulkan-sdk-1.4.309.0
+ GIT_TAG main
76
GIT_SHALLOW TRUE
77
FIND_PACKAGE_ARGS )
78
@@ -87,13 +87,15 @@ FetchContent_Declare(
87
glslang
88
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
89
90
+ GIT_TAG main-tot
91
FIND_PACKAGE_ARGS
92
)
93
94
95
SPIRV-Tools
96
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Tools.git
97
98
99
100
101
0 commit comments