wgpu/wgpu-core
bors[bot] f963193be1
Merge #966
966: Immediate resource destruction and freeing r=cwfitzgerald a=kvark

**Connections**
Fixes #964

**Description**
We are making it so a buffer or a texture can have their native resources freed while they are still referenced, so without waiting for GC.

In addition, the PR adds a few missing cases where error IDs should have been handled, like at render pass encoding.

**Testing**
Tested on wgpu-rs examples, see https://github.com/gfx-rs/wgpu-rs/pull/591

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
2020-10-11 17:10:42 +00:00
..
src Merge #966 2020-10-11 17:10:42 +00:00
build.rs Use CFG Aliases to Replace the backends! Macro 2020-08-29 21:55:17 -05:00
Cargo.toml Another small Naga update 2020-10-07 16:14:25 -04:00