Replaced shaderc with glslang
This commit is contained in:
parent
ab6a92004c
commit
2f728074a8
6 changed files with 84 additions and 36 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
|
@ -14,7 +14,7 @@
|
|||
path = python/pybind11
|
||||
url = https://github.com/pybind/pybind11
|
||||
branch = v2.6.1
|
||||
[submodule "external/shaderc"]
|
||||
path = external/shaderc
|
||||
url = https://github.com/google/shaderc
|
||||
branch = v2020.4
|
||||
[submodule "external/glslang"]
|
||||
path = external/glslang
|
||||
url = https://github.com/KhronosGroup/glslang/
|
||||
branch = 11.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue