mach: update to latest mach/gpu API

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-11 00:44:06 -07:00 committed by Stephen Gutekanst
parent 8bce5bc0a8
commit 85ddeeed5c
6 changed files with 100 additions and 175 deletions

View file

@ -8,7 +8,7 @@ pub const ecs = @import("ecs");
pub const module = ecs.Module(.{
.globals = struct {
core: *Core,
device: gpu.Device,
device: *gpu.Device,
},
});