mirror of
https://github.com/encounter/wgpu.git
synced 2026-03-30 11:42:28 -07:00
365f4e8786
There was a lot of highly unsafe use of serialization based on peek-poke that we weren't entirely happy with. It's replaced by just serializing the passes now. Also, switch BufferSize to Option<NonZero>.