gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.72k stars 933 forks source link

Fix leaks of WeakVec #6576

Closed xiaopengli89 closed 1 day ago

xiaopengli89 commented 1 day ago

Connections Close #6573

Description We should set scan_slots_on_next_push = true when empty_slots is empty.

Checklist