{examples,shaderexp}: make const App public
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
72ea652dca
commit
167f2d3a4f
9 changed files with 9 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ bind_group: gpu.BindGroup,
|
|||
depth_texture: ?gpu.Texture,
|
||||
depth_texture_view: gpu.TextureView,
|
||||
|
||||
const App = @This();
|
||||
pub const App = @This();
|
||||
|
||||
pub fn init(app: *App, core: *mach.Core) !void {
|
||||
timer = try mach.Timer.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue