Closed cdgiessen closed 2 years ago
The old version was leaking command buffer handles because vkResetCommandPool does not free the allocated command buffers. Now we simply create one ahead of time and re-use it over and over.
The old version was leaking command buffer handles because vkResetCommandPool does not free the allocated command buffers. Now we simply create one ahead of time and re-use it over and over.