First steps with the Vulkan API.
The code it's heavely based on the online available Vulkan tutorial.
git clone https://github.com/svavs/vulkan-basics.git
Enter into the folder containing the source code
cd vulkan-basics
Compile the code
make
Run the executable
make test
Clean the compile output files
make clean