mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
57efe16247
Instead of having a separate IPC message type for every kind of object ID freeing, we are encoding this into Rust enums and passing under the same DropAction. This saves a bunch of lines of code, and allows us to free IDs in bulk where we need it. Differential Revision: https://phabricator.services.mozilla.com/D105492 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
cbindgen.toml | ||
moz.build | ||
wgpu.h |