Actual deleak, debug object names

This commit is contained in:
2025-11-29 00:28:32 +01:00
parent 81a56f393e
commit 493937f870
8 changed files with 123 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ pub fn init(engine: *Engine, allocator: std.mem.Allocator) !Materials {
.usage = .storage,
.target_queue = .graphics,
.array_capacity = capacity,
.name = "Materials",
});
errdefer material_buffer.deinit(engine);