mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* More complete implementation of "lose the device". This provides a way for wgpu-core to specify a callback on "lose the device". It ensures this callback is called at the appropriate times: either after device.destroy has empty queues, or on demand from device.lose. A test has been added to device.rs. * Updated CHANGELOG.md. * Fix conversion to *const c_char. * Use an allow lint to permit trivial_casts. * rustfmt changes.