mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
use Registry.get()
for device_set_device_lost_closure
This commit is contained in:
parent
c4d71d9af5
commit
b904e2c759
@ -2388,7 +2388,7 @@ impl Global {
|
||||
) {
|
||||
let hub = A::hub(self);
|
||||
|
||||
if let Ok(Some(device)) = hub.devices.try_get(device_id) {
|
||||
if let Ok(device) = hub.devices.get(device_id) {
|
||||
let mut life_tracker = device.lock_life();
|
||||
if let Some(existing_closure) = life_tracker.device_lost_closure.take() {
|
||||
// It's important to not hold the lock while calling the closure.
|
||||
|
Loading…
Reference in New Issue
Block a user