diff options
| author | 2025-01-22 20:56:04 -0500 | |
|---|---|---|
| committer | 2025-01-23 10:29:46 -0500 | |
| commit | 2daa31c0629f2eb4af84d6f4fed8ac89813de056 (patch) | |
| tree | e90fdfa620a6a34361087edfe197a016e4828737 /scripts | |
| parent | 5073f74aefb91616fb8e1df087747105e46e265d (diff) | |
| download | camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.tar.gz camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.tar.bz2 camu-2daa31c0629f2eb4af84d6f4fed8ac89813de056.zip | |
Big build update
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/shaderc_deps.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/shaderc_deps.sh b/scripts/shaderc_deps.sh new file mode 100755 index 0000000..e8f4335 --- /dev/null +++ b/scripts/shaderc_deps.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +# We need a better way to do this. +git clone https://github.com/KhronosGroup/SPIRV-Tools.git --depth=1 spirv-tools +git clone https://github.com/KhronosGroup/SPIRV-Headers.git --depth=1 spirv-headers +git clone https://github.com/KhronosGroup/glslang.git --depth=1 glslang |