diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-10-21 01:28:51 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-10-21 01:28:51 +0000 |
| commit | 952eb4e4006abc4eebea532dfd95af1a8488a284 (patch) | |
| tree | 27b8ec0425ebafe2021e20b2f8c22ee5de975915 /.gitmodules | |
| parent | Removed existing glslang folder (diff) | |
| download | DiligentCore-952eb4e4006abc4eebea532dfd95af1a8488a284.tar.gz DiligentCore-952eb4e4006abc4eebea532dfd95af1a8488a284.zip | |
Added glslang as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a5853764 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "External/glslang"] + path = External/glslang + url = https://github.com/DiligentGraphics/glslang.git |
