vello/piet-gpu-hal
Raph Levien 59e850a7b1 Reuse command buffers
Reuse submitted command buffers rather than continually allocating them.

This patch also improves the story across the different backends. On
DX12 it was reusing allocators without resetting them, which could be a
leak. And on Metal the reset "fails," so there's always a new alloc.
2021-10-23 09:21:19 -07:00
..
examples API reorg 2021-05-29 21:11:02 -07:00
src Reuse command buffers 2021-10-23 09:21:19 -07:00
Cargo.toml Implement more of the API 2021-05-27 14:55:40 -07:00