diff options
| author | 2026-09-07 15:06:14 -0400 | |
|---|---|---|
| committer | 2026-09-07 15:06:14 -0400 | |
| commit | c66c7c64ebd16287b892f8a780cffcabafba3799 (patch) | |
| tree | b2195902ef055147878b591cf1171be7e6133c97 /scripts/shaderc_deps.sh | |
| parent | 1758ae9e860bd3b65b661e3c804288c3599f4fd4 (diff) | |
| download | camu-c66c7c64ebd16287b892f8a780cffcabafba3799.tar.gz camu-c66c7c64ebd16287b892f8a780cffcabafba3799.tar.bz2 camu-c66c7c64ebd16287b892f8a780cffcabafba3799.zip | |
Better OSD behavior, lots of build stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts/shaderc_deps.sh')
| -rwxr-xr-x | scripts/shaderc_deps.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/shaderc_deps.sh b/scripts/shaderc_deps.sh deleted file mode 100755 index fb3991a..0000000 --- a/scripts/shaderc_deps.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /usr/bin/env sh - -# 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/glslang.git glslang -cd glslang -git checkout 168d452a4f460d24b588fed08477a81c44ee27a1 -cd ../ - -git clone https://github.com/KhronosGroup/SPIRV-Tools.git spirv-tools -cd spirv-tools -git checkout b707790a898e44038547df54580022fc1cf89c3d -git apply ../../../packagefiles/shaderc/spirv_tools_build_version.diff -cd ../ - -git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers -cd spirv-headers -git checkout 29981f65241605e08b0ede4cfeb999fe3b723c6a -cd ../ |