Files
love/src/modules/graphics/vulkan
niki 390ae40e83 vulkan: cut down on number of cmd buffers
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.
2022-08-11 16:11:06 +02:00
..
2022-08-09 00:57:07 +02:00
2022-08-09 00:57:07 +02:00
2022-07-30 01:16:56 +02:00
2022-07-30 01:16:56 +02:00
2022-07-30 01:16:56 +02:00
2022-08-09 00:57:07 +02:00
2022-08-01 18:51:09 +02:00