mach: wasm: add stub GPUInterface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2ba7e48ac2
commit
78485e49f5
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ comptime {
|
|||
}
|
||||
const App = app_pkg.App;
|
||||
|
||||
pub const GPUInterface = gpu.StubInterface;
|
||||
|
||||
pub const CanvasId = u32;
|
||||
|
||||
pub const Platform = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue