mach: wasm: add stub GPUInterface

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-09-09 22:06:27 -07:00
parent 2ba7e48ac2
commit 78485e49f5

View file

@ -35,6 +35,8 @@ comptime {
} }
const App = app_pkg.App; const App = app_pkg.App;
pub const GPUInterface = gpu.StubInterface;
pub const CanvasId = u32; pub const CanvasId = u32;
pub const Platform = struct { pub const Platform = struct {