summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2017-06-09 13:50:36 -0700
committerTim Foley <tfoley@nvidia.com>2017-06-09 13:50:36 -0700
commit8706f1749b5114d637ec92279ac754d6488c2db9 (patch)
treeb87c540af891378459b78c34149e860f3e26cb1c /.gitmodules
parentfcf83dbf9effab3bd98bad2b83b2468b7eb05cfd (diff)
Add submodule for `glslang`
This is currently required for GLSL->SPIR-V compilation and related tests.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..5ee785420
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "external/glslang"]
+ path = external/glslang
+ url = https://github.com/KhronosGroup/glslang.git