{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
|
|
@ -12,7 +12,7 @@ particle_bind_groups: [2]gpu.BindGroup,
|
|||
sim_param_buffer: gpu.Buffer,
|
||||
frame_counter: usize,
|
||||
|
||||
const App = @This();
|
||||
pub const App = @This();
|
||||
|
||||
const num_particle = 1500;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue