shaderexp: update to latest mach/core API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8082228186
commit
02ba76a95b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ fragment_shader_code: [:0]const u8,
|
||||||
last_mtime: i128,
|
last_mtime: i128,
|
||||||
|
|
||||||
pub fn init(app: *App) !void {
|
pub fn init(app: *App) !void {
|
||||||
app.core = try mach.Core.init(allocator, .{ .title = "shaderexp" });
|
try app.core.init(allocator, .{ .title = "shaderexp" });
|
||||||
|
|
||||||
var fragment_file: std.fs.File = undefined;
|
var fragment_file: std.fs.File = undefined;
|
||||||
var last_mtime: i128 = undefined;
|
var last_mtime: i128 = undefined;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue