Skip to content

SJarod/vulkan-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan-Minimal

Rendering a simple triangle with Vulkan.

Summary

Getting started

Installation

This is a CMake-based project so make sure to install CMake (portable version : do not forget to add bin directory to PATH).

Install Python since it is used to compile shaderc.

Download the latest Vulkan SDK from LunarG's website, it is used to make the Vulkan validations layers available.

Shaders

Compile the shaders running the command (it should be done automatically in a post-build event) :

glslc shader.vert -o shader.vert.spv
glslc shader.frag -o shader.frag.spv

Third-parties

About

Rendering a triangle with Vulkan 1.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published