engine: init device

This commit is contained in:
Ali Chraghi 2023-08-05 04:45:18 +03:30 committed by Stephen Gutekanst
parent ebd20070e1
commit 7c0b796315

View file

@ -18,6 +18,7 @@ pub const Module = struct {
core.allocator = allocator;
try core.init(.{});
mach.state().device = core.device;
mach.state().exit = false;
try adapter.send(.init);