mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-06-01 09:09:48 +09:00
Co-authored-by: David Lenaerts <550217+DerSchmale@users.noreply.github.com> Co-authored-by: RedMindZ <tavtaor11@gmail.com> Co-authored-by: Kevin Reid <kpreid@switchb.org> fix(webgpu): Insert fragment constants into fragment descriptor instead of vertex (#7621) (#7722) Fixed a deadlock caused by locking the device's snatchable lock **after** locking the queue's pending writes (#7582) Fix `raw-window-handle` dependency being too lenient (#7526)