wgpu/tests
Brad Werth 4e65eca1e8
More complete implementation of "lose the device". (#4645)
* 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.
2023-11-08 22:22:18 +01:00
..
src Fix GL Push Constant Layout (#4607) 2023-11-06 07:58:26 -05:00
tests More complete implementation of "lose the device". (#4645) 2023-11-08 22:22:18 +01:00
Cargo.toml Extra Profiling Scopes (#4610) 2023-10-30 03:58:32 +00:00