diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-04-08 15:04:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 15:04:01 -0700 |
| commit | 7c82ead1f5a7f866abe4e8fa931f857a505c3077 (patch) | |
| tree | 2cbfabb0a479dbcbb36314ecd6aec33218d4ecbc /.gitmodules | |
| parent | dc54f1dd1b694b087816857a791e9d37dc25de6d (diff) | |
Update glslang version (#940)
* Update glslang
This moves to a version of glslang that is hosted with the slang project and that includes a patch for a high-priority fix that hasn't been upstreamed into the main glslang repository yet.
* Change a GLSL extension name
The glslang codebase changed the extension name required to enable certain features from `GL_KHX_shader_explicit_arithmetic_types` to `GL_EXT_shader_explicit_arithmetic_types`.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3fb361bd6..0c12afa2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "external/glslang"] path = external/glslang - url = https://github.com/KhronosGroup/glslang.git + url = https://github.com/shader-slang/glslang.git [submodule "external/tinyobjloader"] path = external/tinyobjloader url = https://github.com/syoyo/tinyobjloader |
