gfx-rs / gfx-ocean

Compute based ocean simulation with gfx_hal :ocean:
116 stars 7 forks source link

Shut down is broken #17

Open kvark opened 4 years ago

kvark commented 4 years ago

Everything after the event loop is unreachable:

warning: unreachable statement
    --> src/main.rs:1410:9
     |
1096 | /         events_loop.run(move |event, _, control_flow| {
1097 | |             *control_flow = ControlFlow::Poll;
1098 | |
1099 | |             match event {
...    |
1407 | |             }
1408 | |         });
     | |__________- any code following this expression is unreachable
1409 | 
1410 |           device.wait_idle()?;
     |           ^^^^^^^^^^^^^^^^^^^^ unreachable statement