{examples,shaderexp}: make const App public

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-04 21:21:38 -07:00 committed by Stephen Gutekanst
parent 72ea652dca
commit 167f2d3a4f
9 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ uniform_buffer: gpu.Buffer,
bind_group1: gpu.BindGroup,
bind_group2: gpu.BindGroup,
const App = @This();
pub const App = @This();
pub fn init(app: *App, core: *mach.Core) !void {
timer = try mach.Timer.start();