vello/piet-gpu-hal
Raph Levien 9fb2ae91eb Access buffer data through mapping
This patch includes a number of changes to encourage reading and writing
buffers through mapping rather than copying data as before.

This includes a new `BufWrite` abstraction which is designed for filling
buffers. It behaves much like a Vec<u8>, but with fixed capacity.
2021-11-25 21:27:08 -08:00
..
examples Commit DXIL to repo 2021-11-11 13:05:22 -08:00
src Access buffer data through mapping 2021-11-25 21:27:08 -08:00
Cargo.toml Use bytemuck 2021-11-23 08:24:16 -08:00