Starting from:

$25

Computer Graphics-Assignment 14 Create the Vulkan Swap Chain Solved

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 

 

More products