Hello triangle program implemented in Vulkan. This is mainly intended to be used as a starting point for new Vulkan projects. The code was created by following the Beginners Guide to Vulkan.
To compile you will first need to make sure that you have a copy of the VulkanSDK and CMake installed.
mkdir build
cd build
cmake ../
make