working on queues

This commit is contained in:
2025-11-10 21:19:37 +01:00
parent 4c2963f109
commit 6215a20ed6
7 changed files with 50 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ comptime {
const Self = @This();
pub const ObjectType: vk.ObjectType = .instance;
physical_devices: std.ArrayList(*Dispatchable(PhysicalDevice)),
physical_devices: std.ArrayListUnmanaged(*Dispatchable(PhysicalDevice)),
dispatch_table: *const DispatchTable,
pub const DispatchTable = struct {