Added initial iteration of shaderc

This commit is contained in:
Alejandro Saucedo 2021-02-18 21:05:17 +00:00
parent b9e0b5e988
commit c1b53cda9d
7 changed files with 123 additions and 1 deletions

4
.gitmodules vendored
View file

@ -14,3 +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