mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
789: Panic on using a pending buffer r=kvark a=kvark **Connections** Validates the use case of https://github.com/gfx-rs/wgpu-rs/issues/436 **Description** We didn't detect if a buffer had pending *initial* mapping, previously, on submit. **Testing** Untested Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>