diff options
| author | bunnei <bunneidev@gmail.com> | 2019-04-11 21:54:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 21:54:23 -0400 |
| commit | ea80e2bc57d16c9b4f3478706af262ffaec75c04 (patch) | |
| tree | f9ad24acd557dfbda4387776af0e535edf68c60b /.gitmodules | |
| parent | 83a2fb3c3a1d75be6e4e01bdeeb1cc23293561ad (diff) | |
| parent | 75d23a36790a18e00e2d102ddd9ccbc4943d7a2f (diff) | |
Merge pull request #2235 from ReinUsesLisp/spirv-decompiler
vk_shader_decompiler: Implement a SPIR-V decompiler
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 26b4e5272..3a49c4874 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "externals/zstd"] path = externals/zstd url = https://github.com/facebook/zstd +[submodule "sirit"] + path = externals/sirit + url = https://github.com/ReinUsesLisp/sirit |
