This is a great example, I don't quite understand why author choose to have equal frames in flight as swapchain images, whereever I look there is usually recomended to have not more than 2 frames in flight and 2 + x swapchain images?
|
createFrameSubmission(m_swapchain.getMaxFramesInFlight()); |
This is a great example, I don't quite understand why author choose to have equal frames in flight as swapchain images, whereever I look there is usually recomended to have not more than 2 frames in flight and 2 + x swapchain images?
vk_minimal_latest/src/minimal_latest.cpp
Line 2448 in 72a37ca