core: provide a default pub const GPUInterface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3583e1754f
commit
d1c3d26710
5 changed files with 10 additions and 8 deletions
|
|
@ -9,8 +9,6 @@ pub const modules = .{
|
|||
Game,
|
||||
};
|
||||
|
||||
pub const GPUInterface = mach.core.wgpu.dawn.Interface;
|
||||
|
||||
pub fn main() !void {
|
||||
// Initialize mach.Core
|
||||
try mach.core.initModule();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue