-
Notifications
You must be signed in to change notification settings - Fork 944
Cinder Vulkan
chaoticbob edited this page Feb 22, 2016
·
4 revisions
- NVIDIA Beta Driver w/ Vulkan Support
- AMD Beta Driver w/ Vulkan Support
- PowerVR Early Access Drivers w/ Vulkan Support
- Intel Open Source Graphics Driver w/ Vulkan Support (linux)
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.