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:
VkTest is for the first section: Development environment.
VkTriangle for the second section: Drawing a Triangle.