Robadob / vk_exp

Vulkan testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vulkan testing


Languages

Language:C++ 98.8%Language:GLSL 1.1%Language:Batchfile 0.1%