use new table
This commit is contained in:
parent
0930ffc47f
commit
0aa55ae1a9
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
const vk = @import("vulkan");
|
||||
const UUID = @import("../common/uuid.zig").UUID;
|
||||
|
||||
const Table = @import("../containers/Table.zig");
|
||||
const Table = @import("../containers/table.zig").Table;
|
||||
const Vec2i = @import("../math/vec.zig").Vec2i;
|
||||
|
||||
const TTable = Table(Texture.Id);
|
||||
const TTable = Table(UUID, Texture.Id);
|
||||
var s_table: TTable = undefined;
|
||||
|
||||
pub fn init() void {
|
||||
|
|
Loading…
Reference in a new issue