Skip to content

Cinder Vulkan

chaoticbob edited this page Feb 22, 2016 · 4 revisions

Video Card Drivers with Vulkan Support

Cinder and Dependencies

Clone or check out the Cinder Vulkan branch. Be sure to clone "recursively" or update submodules. Command Line:

git clone https://github.com/cinder/Cinder.git -b vulkan --recursive

or

git clone https://github.com/cinder/Cinder.git
cd Cinder
git checkout vulkan
git submodule init
git submodule update

(Optional) Install the Vulkan SDK if you'd like to look at more Vulkan samples.