-
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.
Update native headers to latest commit (#383)
* Update native headers to latest commit Everything is just marked as unimplemented for now, due to lacking support in main wgpu. The biggest reason I did this is because the added depthSlice field in WGPURenderPassColorAttachment caused conflicts when trying to use up-to-date headers with wgpu-native. * Review comment Test against WGPU_DEPTH_SLICE_UNDEFINED instead, update examples * log instead of panic --------- Co-authored-by: rajveermalviya <[email protected]>
- Loading branch information
1 parent
85563e5
commit 33133da
Showing
6 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule webgpu-headers
updated
17 files
+1 −0 | .gitattributes | |
+14 −0 | .github/workflows/gen-check.yml | |
+1 −0 | .gitignore | |
+11 −0 | Makefile | |
+28 −0 | README.md | |
+45 −0 | gen/README.md | |
+229 −0 | gen/cheader.tmpl | |
+316 −0 | gen/gen.go | |
+139 −0 | gen/main.go | |
+133 −0 | gen/utils.go | |
+138 −0 | gen/validator.go | |
+157 −0 | gen/yml.go | |
+16 −0 | go.mod | |
+28 −0 | go.sum | |
+429 −0 | schema.json | |
+63 −69 | webgpu.h | |
+4,777 −0 | webgpu.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters