diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-05-19 09:56:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-19 09:56:49 -0400 |
| commit | a0e4aa5df24ed8dd15e2a9b4a253a1a234faacfe (patch) | |
| tree | 72c6cf6dbb464cdae25759db358fd314d7e5daf3 /.gitmodules | |
| parent | 69cb6e8f300d77e74bd2c7dfe15d12e10b38f512 (diff) | |
Move to shader-slang SPIRV-Tools (#2243)
* Use shader-slang/SPIRV-Tools
* Update to latest version with fix for compiling on gcc 7.5
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d325a2609..e9b1b92aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/shader-slang/slang-binaries [submodule "external/spirv-tools"] path = external/spirv-tools - url = https://github.com/KhronosGroup/SPIRV-Tools.git + url = https://github.com/shader-slang/SPIRV-Tools.git [submodule "external/spirv-headers"] path = external/spirv-headers url = https://github.com/KhronosGroup/SPIRV-Headers.git |
