-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump external/SPIRV-Headers from
8e2ad27
to d790ced
Bumps [external/SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers) from `8e2ad27` to `d790ced`. - [Commits](KhronosGroup/SPIRV-Headers@8e2ad27...d790ced) --- updated-dependencies: - dependency-name: external/SPIRV-Headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b7972d0
commit 8864816
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SPIRV-Headers
updated
15 files
+13 −0 | SECURITY.md | |
+5 −1 | include/spirv/spir-v.xml | |
+80 −0 | include/spirv/unified1/spirv.bf | |
+1,758 −670 | include/spirv/unified1/spirv.core.grammar.json | |
+80 −0 | include/spirv/unified1/spirv.cs | |
+87 −0 | include/spirv/unified1/spirv.h | |
+91 −0 | include/spirv/unified1/spirv.hpp | |
+91 −0 | include/spirv/unified1/spirv.hpp11 | |
+87 −2 | include/spirv/unified1/spirv.json | |
+74 −0 | include/spirv/unified1/spirv.lua | |
+74 −0 | include/spirv/unified1/spirv.py | |
+80 −0 | include/spirv/unified1/spv.d | |
+2 −0 | tools/buildHeaders/bin/makeHeaders | |
+225 −2 | tools/buildHeaders/jsonToSpirv.cpp | |
+10 −0 | tools/buildHeaders/jsonToSpirv.h |