/vk_exp

Vulkan testing

Primary LanguageC++

vk_exp

Experimentation with the Vulkan API

Cloning

This Repo utilises submodules to keep certain libraries upto date, so when doing a fresh clone you need to clone recursively:

git clone --recursive https://github.com/Robadob/vk_exp.git

Existing repositories can be updated manually:

git submodule init
git submodule update

Dependencies

Requires installation of the LunarG Vulkan SDK from here.