{glfw,mach}: remove dead code
This commit is contained in:
parent
30d614c377
commit
10d5f344e3
2 changed files with 0 additions and 12 deletions
|
|
@ -31,11 +31,6 @@ fn testStepShared(b: *Builder, mode: std.builtin.Mode, target: std.zig.CrossTarg
|
||||||
return main_tests.run();
|
return main_tests.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const LinuxWindowManager = enum {
|
|
||||||
X11,
|
|
||||||
Wayland,
|
|
||||||
};
|
|
||||||
|
|
||||||
pub const Options = struct {
|
pub const Options = struct {
|
||||||
/// Not supported on macOS.
|
/// Not supported on macOS.
|
||||||
vulkan: bool = true,
|
vulkan: bool = true,
|
||||||
|
|
|
||||||
|
|
@ -49,12 +49,5 @@ pub fn App(
|
||||||
app.engine.tick();
|
app.engine.tick();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn resize(app: *@This(), width: u32, height: u32) !void {
|
|
||||||
_ = app;
|
|
||||||
_ = width;
|
|
||||||
_ = height;
|
|
||||||
// TODO: send resize messages to ECS modules
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue