Logo
Explore Help
Sign In
adrien/zig-wgpu
1
0
Fork 0
You've already forked zig-wgpu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
19 Commits 1 Branch 6 Tags
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
adrien 38538fcd80 Removed waiting for each run and moved it in bench directly
2026-05-17 23:18:49 +02:00
libs/wgpu-native
Basic working matrix addition
2026-04-28 10:22:22 +02:00
src
Removed waiting for each run and moved it in bench directly
2026-05-17 23:18:49 +02:00
.gitattributes
Removed tmp file and added gitattributes
2026-05-15 10:07:23 +02:00
.gitignore
Basic working matrix addition
2026-04-28 10:22:22 +02:00
build.zig
Removed main.zig to become bench.zig + better benchmark + wait for calcul to be done in Vec.submitPass
2026-05-17 21:35:16 +02:00
build.zig.zon
Created a GpuBuffer + an arry in GpuAlloc to deinit all when deinit the alloc
2026-05-15 16:03:40 +02:00
Description
My try to do a WebGPU binding for Zig. Used in zig-dimal
GPL-3.0 101 MiB
Languages
Zig 97.5%
Shell 2.5%