mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-01 13:30:42 +00:00
12f1b31701
Many thanks to Peter and Darian for clearing up my misunderstanding of how vkResetCommandPool works. The manager creates command buffers from the command pool on an as-needed basis (when the queue of available buffers is empty), and keeps track of those buffers in a queue. When the pool is reset, the queues (one each for primary and secondary command buffers) are reset such that the tracked buffers are available again. |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makemodule.am |