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
zig-wgpu/examples
History
adrien 5f8da0940d GpuBuffer read no longer allocate an staging buffer itself. Instead need to manually do it and use new copy function to move data from a buffer to a mapable one
2026-05-22 00:41:28 +02:00
..
shaders
Working self contained rendering (simple circle)
2026-05-20 11:46:06 +02:00
bench_cp.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
circle.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
compute.zig
GpuBuffer read no longer allocate an staging buffer itself. Instead need to manually do it and use new copy function to move data from a buffer to a mapable one
2026-05-22 00:41:28 +02:00