Skip to content

ccleavinger/VulkanIntro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulkanIntro

Basic Vulkan project from following The Vulkan Tutorial

Build for VS2022 with build_premake.bat and build *.spv files with build_spv.bat

In Source.cpp comment or uncomment the line below to choose whether you want to run VkRenderer (load 3d model) or ComputeRenderer (compute particle sim).

#define VK_RENDERER

Requires these vcpkg packages and vcpkg IDE intergration:

glm
glfw

About

First major project in vulkan!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages