adding bounded arena allocator to renderer
Build / build (push) Successful in 1m6s
Test / build_and_test (push) Failing after 8h9m28s

This commit is contained in:
2026-05-10 12:28:53 +02:00
parent 7f812bcf39
commit e9454ddd9a
9 changed files with 107 additions and 32 deletions
-1
View File
@@ -55,7 +55,6 @@ pub const VkError = error{
InvalidHandleDrv,
InvalidPipelineDrv,
InvalidDeviceMemoryDrv,
MemoryFootprintTooBigDrv,
};
pub inline fn errorLogger(err: VkError) void {