samuelig/vk-test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a Vulkan test program to learn the API. Dependencies --- * Vulkan headers and library * GLFW3 * GLM * stb (downloaded via git submodule) $ sudo apt install libvulkan-dev libglfw3-dev libglm-dev $ git submodule init && git submodule update