[SOLVED] Computer Graphics-Assignment 14 Create the Vulkan Swap Chain

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

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

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.