adrien
ff1226f268
Renamed gloc to glloc
2026-05-27 11:59:51 +02:00
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
AdrienBouvais
d503ce7dea
Added optional label in definitions and added logs when alloc, free and device info
2026-05-21 10:26:20 +02:00
adrien
5104d61ef6
Synthax for compute example
2026-05-20 13:41:04 +02:00
adrien
7d425e4061
Changed how Allocator work to be more Zig like
...
Now GpuArena doesn't do everything.
- Created GpuDeviceAllocator that allocate to the device
- GpuArena become GpuArenaAllocator and use a child_allocator like
std.heap.ArenaAllocator
2026-05-20 13:32:37 +02:00
adrien
a06b040a29
Render and COmpute Pipelines now use a gloc and is tracked by Arena
2026-05-20 12:29:41 +02:00
adrien
af210e2fb2
Working self contained rendering (simple circle)
2026-05-20 11:46:06 +02:00