Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.08k stars 513 forks source link

imagesInFlight is not resized after swapchain recreation #224

Closed MoodyMoon closed 3 years ago

MoodyMoon commented 3 years ago

Shouldn't imagesInFlight be resized since swapchain image count can change after recreation?

Overv commented 3 years ago

You're absolutely right! I will try to fix that soon, but you're also welcome to submit a PR.