diff --git a/src/core/app.rs b/src/core/app.rs index ec01ee3..35a0e13 100644 --- a/src/core/app.rs +++ b/src/core/app.rs @@ -32,8 +32,8 @@ impl App { let render_ctx = render::Context::new( &window, wgpu::Limits { - max_storage_buffer_binding_size: 1 << 29, - max_buffer_size: 1 << 29, + max_storage_buffer_binding_size: 1 << 30, + max_buffer_size: 1 << 30, ..Default::default() }, )