vello/piet-gpu-hal/src
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
..
dx12 Clean up command buffers 2021-10-19 17:17:41 -07:00
metal Wire up swapchain presentation 2021-05-28 21:41:04 -07:00
backend.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
dx12.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
hub.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
lib.rs Runtime querying of threadgroup size 2021-06-08 16:29:40 +09:00
macros.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
metal.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
mux.rs Clean up command buffers 2021-10-19 17:17:41 -07:00
vulkan.rs Clean up command buffers 2021-10-19 17:17:41 -07:00