vello/piet-gpu/bin
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
..
android.rs Reuse command buffers 2021-10-23 09:21:19 -07:00
cli.rs Double-buffer scene buffer 2021-10-21 14:28:27 -07:00
winit.rs Reuse command buffers 2021-10-23 09:21:19 -07:00