Update SPIRV-Cross and glslang to latest version
This commit is contained in:
parent
bff540956b
commit
6b5bcc560e
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -9,13 +9,13 @@ FetchContent_Declare(
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
spirv-cross
|
spirv-cross
|
||||||
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
|
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
|
||||||
GIT_TAG 2021-01-15
|
GIT_TAG MoltenVK-1.1.5
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
glslang
|
glslang
|
||||||
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
|
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
|
||||||
GIT_TAG 3de5cfe50edecd001e6d703555284d9b10b3dd57 # taken from https://github.com/KhronosGroup/SPIRV-Cross/blob/2021-01-15/checkout_glslang_spirv_tools.sh#L3
|
GIT_TAG df609a01b386001e367709086c58529c48028d1e # taken from https://github.com/KhronosGroup/SPIRV-Cross/blob/2021-01-15/checkout_glslang_spirv_tools.sh#L3
|
||||||
)
|
)
|
||||||
|
|
||||||
# bullet
|
# bullet
|
||||||
|
|
Reference in a new issue