-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update native Shaderc projects to 2021-01-25
- Loading branch information
1 parent
6e0671e
commit a49d729
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule shaderc
updated
10 files
Submodule spirv-headers
updated
13 files
+7 −3 | include/spirv/spir-v.xml | |
+261 −173 | include/spirv/unified1/spirv.core.grammar.json | |
+33 −8 | include/spirv/unified1/spirv.cs | |
+40 −11 | include/spirv/unified1/spirv.h | |
+41 −11 | include/spirv/unified1/spirv.hpp | |
+41 −11 | include/spirv/unified1/spirv.hpp11 | |
+28 −9 | include/spirv/unified1/spirv.json | |
+31 −8 | include/spirv/unified1/spirv.lua | |
+31 −8 | include/spirv/unified1/spirv.py | |
+33 −8 | include/spirv/unified1/spv.d | |
+2 −2 | tools/buildHeaders/header.cpp | |
+5 −0 | tools/buildHeaders/jsonToSpirv.cpp | |
+1 −0 | tools/buildHeaders/jsonToSpirv.h |
Submodule spirv-tools
updated
660 files