mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
390ae40e83
Until now we've used a command buffer for every swap chain image, however it makes more sense to just have a command buffer for every frame in flight, since we won't be ever recording more than that. This makes it more in line with the data transfer command buffers, which are also just created per frame in flight. This should make more sense.