mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
796: Safe error handling for command API r=kvark a=GabrielMajeri **Connections** Part of #638 **Description** Initially started to remove assertions from the `bundle.rs` file, but ended up implementing safe error handling for the whole `command` module. **Testing** Checked with core and player. Co-authored-by: Gabriel Majeri <gabriel.majeri6@gmail.com>