mach: update to latest mach/gpu API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8bce5bc0a8
commit
85ddeeed5c
6 changed files with 100 additions and 175 deletions
|
|
@ -8,7 +8,7 @@ pub const ecs = @import("ecs");
|
|||
pub const module = ecs.Module(.{
|
||||
.globals = struct {
|
||||
core: *Core,
|
||||
device: gpu.Device,
|
||||
device: *gpu.Device,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue