Skip to content

jpystynen/vulkantriangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulkantriangle

Simple triangle with Vulkan on Windows. Tested only with Nvidia GTX 970. Debug has Vulkan validation layer enabled.

alt text

Building

The application uses Window classes for window creation. Does not compile on other platforms.

Dependencies

  • Vulkan SDK: LunarG Vulkan SDK for vulkan.
  • CMake: For generating compilation targets.
  • Visual Studio: For compiling (tested with community).

Build steps

git clone https://github.com/jpystynen/vulkantriangle.git
cd vulkantriangle
.\combile_shaders.bat

Run cmake. Build with VS. Set working dir to project root and run project.

About

Simple triangle with Vulkan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages