mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
80: Typed mapping of buffers r=kvark a=swiftcoder Add a sprinkling of generics to remove the need for unsafe code to typecast slices resulting from mapping buffers. Co-authored-by: Tristam MacDonald <tristam@trist.am>