nitingupta910 / vktriangle

Vulkan triangle example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vktriangle

Vulkan triangle example as a standalone CMake project. I expect this to be useful as a C++ Vulkan project template.

Source: https://github.com/KhronosGroup/Vulkan-Tutorial

Building

mkdir build && cd build
cmake ..
make

Running

The program (vktriangle) expects compiled shaders to be present in ./shaders/, so it has to be executed from the root of the source directory:

./build/vktriangle

About

Vulkan triangle example


Languages

Language:C++ 98.0%Language:GLSL 1.3%Language:CMake 0.7%