We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39485f9 commit 13642c3Copy full SHA for 13642c3
src/main.rs
@@ -47,8 +47,6 @@ fn main() -> eframe::Result {
47
limits.max_storage_buffer_binding_size =
48
limits.max_storage_buffer_binding_size.max(128 << 20); // 128 MB
49
50
- let mut features = wgpu::Features::empty();
51
-
52
wgpu::DeviceDescriptor {
53
label: Some("Particle Simulation Device"),
54
required_features: wgpu::Features::empty(),
0 commit comments