/vulkan-basics

First steps with Vulkan

Primary LanguageC++

Vulkan Basics

First steps with the Vulkan API.

The code it's heavely based on the online available Vulkan tutorial.

Download

git clone https://github.com/svavs/vulkan-basics.git

Usage

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