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/src
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
..
GpuAllocator.zig
Render and COmpute Pipelines now use a gloc and is tracked by Arena
2026-05-20 12:29:41 +02:00
GpuArenaAllocator.zig
Added back VRAM budget check for GpuBuffer, must be forgotten when refactoring it
2026-05-22 00:17:54 +02:00
GpuBuffer.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
GpuCompute.zig
GpuBuffer now hold its def and not values directly
2026-05-22 00:30:29 +02:00
GpuDevice.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
GpuRender.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
GpuTexture.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
GpuTextureView.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
lib.zig
Changed how Allocator work to be more Zig like
2026-05-20 13:32:37 +02:00
utils.zig
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00