Archived
1
Fork 0

Update SPIRV-Cross and glslang to latest version

This commit is contained in:
Joshua Goins 2022-02-20 22:26:50 -05:00
parent bff540956b
commit 6b5bcc560e

View file

@ -9,13 +9,13 @@ FetchContent_Declare(
FetchContent_Declare(
spirv-cross
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
GIT_TAG 2021-01-15
GIT_TAG MoltenVK-1.1.5
)
FetchContent_Declare(
glslang
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