[SOLVED] Computer_Graphics Assignment 14– Create the Vulkan Swap Chain

24.99 $

Description

5/5 - (1 vote)

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:

  1. Enumerate the swap chain capabilities, modes and supported formats
  2. Select a set of suitable swap chain features
  3. Create the swap chain
  4. Retrieve the swap chain images
  5. 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