Overv / VulkanTutorial

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

Remove outdated reference to swapchain #285

Closed rHermes closed 2 years ago

rHermes commented 2 years ago

This commit removes leftover references to the number of swapchain images in the "Uniform buffers" chapter.

This seems to be an error introduced by the https://github.com/Overv/VulkanTutorial/pull/255 PR.

Just wanted to say a big THANK YOU to everyone who has contributed to this tutorial, it's the only thing making Vulkan approachable!