-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f863b6
commit 08f2aba
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule webgpu-headers
updated
16 files
+1 −0 | .gitattributes | |
+14 −0 | .github/workflows/gen-check.yml | |
+1 −0 | .gitignore | |
+7 −0 | Makefile | |
+33 −0 | gen/README.md | |
+232 −0 | gen/cheader.tmpl | |
+221 −0 | gen/gen.go | |
+105 −0 | gen/main.go | |
+133 −0 | gen/utils.go | |
+29 −0 | gen/validator.go | |
+159 −0 | gen/yml.go | |
+16 −0 | go.mod | |
+28 −0 | go.sum | |
+372 −0 | schema.json | |
+63 −69 | webgpu.h | |
+4,774 −0 | webgpu.yml |