vello/piet-gpu-hal
Raph Levien f73da22a69 Clean up command buffers
This patch deallocates command buffers after command submission completes (the same time as other resources are released).

It should be portable and robust on all back-ends, but not necessarily the most efficient. But reuse of command buffers, as well as more efficient allocation on Vulkan and DX12, are for followup work.
2021-10-19 17:17:41 -07:00
..
examples API reorg 2021-05-29 21:11:02 -07:00
src Clean up command buffers 2021-10-19 17:17:41 -07:00
Cargo.toml Implement more of the API 2021-05-27 14:55:40 -07:00