summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/shaderc_deps.sh5
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