mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
96: Add the static lifetime bound to async buffer mapping callbacks r=kvark a=aloucks These callbacks are executed outside of the mapping function and could previously reference data that had been dropped. Related #95. Co-authored-by: Aaron Loucks <aloucks@cofront.net>