diff options
| author | 2026-07-02 17:52:27 -0400 | |
|---|---|---|
| committer | 2026-07-02 17:52:27 -0400 | |
| commit | 34933b7e1d682e67702999270cd3ceec0e167316 (patch) | |
| tree | a6777f793fe658ad0facb85876e41cb66dbec2c2 /scripts/shaderc_deps.sh | |
| parent | ef3f687db0f53f026e808c4284e084255c9e9dd5 (diff) | |
| download | camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.gz camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.bz2 camu-34933b7e1d682e67702999270cd3ceec0e167316.zip | |
Update deps, build fixes, cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts/shaderc_deps.sh')
| -rwxr-xr-x | scripts/shaderc_deps.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/shaderc_deps.sh b/scripts/shaderc_deps.sh index 89aaf38..c9c793f 100755 --- a/scripts/shaderc_deps.sh +++ b/scripts/shaderc_deps.sh @@ -2,17 +2,19 @@ # We need a better way to do this. +# https://github.com/google/shaderc/blob/known-good/known_good.json + git clone https://github.com/KhronosGroup/SPIRV-Tools.git spirv-tools cd spirv-tools -git checkout fbe4f3ad913c44fe8700545f8ffe35d1382b7093 +git checkout c1cb30bb04e2bf911755a40df1242cc6e3d83e26 cd ../ git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers cd spirv-headers -git checkout 04f10f650d514df88b76d25e83db360142c7b174 +git checkout ad9184e76a66b1001c29db9b0a3e87f646c64de0 cd ../ git clone https://github.com/KhronosGroup/glslang.git glslang cd glslang -git checkout f0bd0257c308b9a26562c1a30c4748a0219cc951 +git checkout 5ed4003a18a10a9d1bd7e43aaf1664499abffa83 cd ../ |