Description
Assignment 14: Create the Vulkan Swap Chain
Following the tutorial on:
https://vulkan-tutorial.com
complete the skeleton application in Assignment14.cpp . Continue Assignment 13, adding:
- Enumerate the swap chain capabilities, modes and supported formats
- Select a set of suitable swap chain features
- Create the swap chain
- Retrieve the swap chain images
- Build the images views
In the above mentioned tutorial focus on: https://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Swap_chain https://vulkan-tutorial.com/Drawing_a_triangle/Presentation/Image_views






