This website requires JavaScript.
Explore
Help
Sign In
adrien
/
zig-wgpu
Watch
1
Star
0
Fork
0
You've already forked zig-wgpu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
zig-wgpu
/
src
History
adrien
c7afe28cc6
GpuBuffer align with size 4 as required by WebGPU
...
Otherwise a GpuBuffer of a single f16 is too small (only 2) and a eneven f16 wouldn't work either
2026-05-18 16:24:43 +02:00
..
shaders
Added f16 capability
2026-05-18 10:12:36 +02:00
bench.zig
GpuBuffer align with size 4 as required by WebGPU
2026-05-18 16:24:43 +02:00
example.zig
Better example comments
2026-05-18 16:18:58 +02:00
GpuAllocator.zig
Changed GpuAllocator to be like std.mem.Allocator
2026-05-18 14:07:28 +02:00
GpuArena.zig
Changed GpuAllocator to be like std.mem.Allocator
2026-05-18 14:07:28 +02:00
GpuBuffer.zig
GpuBuffer align with size 4 as required by WebGPU
2026-05-18 16:24:43 +02:00
GpuDevice.zig
Added preference power in DeviceCOnf
2026-05-18 16:05:42 +02:00
GpuProcess.zig
Moved all f32 out of GpuXxxx to all be in Vec
2026-05-18 15:35:38 +02:00
lib.zig
Moved all f32 out of GpuXxxx to all be in Vec
2026-05-18 15:35:38 +02:00
utils.zig
Synthax improv + GpuDeviceConfig
2026-05-18 00:10:09 +02:00