Overv / VulkanTutorial

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

Updates to Multisampling chapter #104

Closed Fill4 closed 6 years ago

Fill4 commented 6 years ago

Updates recreateSwapChain to allow for window resizing. Adds clear values for the newly created attachment in createCommandBuffers.

Fill4 commented 6 years ago

Hi again.

I have removed the commit related to the clearValues array and left the one that adds the adds the new function to the recreation of the swap chain.

Thanks for the help and please check if everything is right this time.