Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 635 Bytes

File metadata and controls

15 lines (9 loc) · 635 Bytes

Vulkan Tutorial 2

This is my second attempt to follow the Vulkan tutorial. This time I am doing it on a GNU/Linux environment.

Same as before, my code differs from the official solution in that I am splitting the code into several source files.

I also have a different folder for each of the tutorial’s sections:

VulkanTest

VkTest is for the first section: Development environment.

VkTriangle

VkTriangle for the second section: Drawing a Triangle.