-
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest WebGPU headers (#1675)
* Update to latest WebGPU headers * Update Wgpu binaries (#1676) Co-authored-by: The Silk.NET Automaton <[email protected]> * Update lab WebGPU code * does this even need submodules? --------- Co-authored-by: silkdotnet <[email protected]> Co-authored-by: The Silk.NET Automaton <[email protected]>
- Loading branch information
1 parent
647e73d
commit eabb56e
Showing
99 changed files
with
3,843 additions
and
983 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
Binary file not shown.
Submodule dawn
updated
18440 files
Submodule webgpu-headers
updated
4 files
+11 −0 | .github/workflows/compile.yml | |
+10 −0 | tests/compile/Makefile | |
+3 −0 | tests/compile/main.c | |
+95 −51 | webgpu.h |
Submodule wgpu-native
updated
14 files
+3 −12 | .github/workflows/cd.yml | |
+76 −59 | Cargo.lock | |
+14 −13 | Cargo.toml | |
+2 −1 | README.md | |
+0 −1 | build.rs | |
+2 −1 | examples/capture/main.c | |
+2 −1 | examples/compute/main.c | |
+1 −2 | examples/enumerate_adapters/main.c | |
+80 −84 | examples/triangle/main.c | |
+1 −1 | ffi/webgpu-headers | |
+13 −42 | ffi/wgpu.h | |
+102 −98 | src/conv.rs | |
+370 −288 | src/lib.rs | |
+39 −31 | src/utils.rs |
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
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
Binary file modified
BIN
+448 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/linux-x64/native/libwgpu_native.so
Binary file not shown.
Binary file modified
BIN
+466 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/linux-x86/native/libwgpu_native.so
Binary file not shown.
Binary file modified
BIN
+221 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/osx-arm64/native/libwgpu_native.dylib
Binary file not shown.
Binary file modified
BIN
+172 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/osx-x64/native/libwgpu_native.dylib
Binary file not shown.
Binary file modified
BIN
+226 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/win-arm64/native/wgpu_native.dll
Binary file not shown.
Binary file modified
BIN
+214 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/win-x64/native/wgpu_native.dll
Binary file not shown.
Binary file modified
BIN
+129 KB
(100%)
src/Native/Silk.NET.WebGPU.Native.WGPU/runtimes/win-x86/native/wgpu_native.dll
Binary file not shown.
Oops, something went wrong.