Skip to content

BravestHunter/VulkanCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulkanCourseProject

This project represents my work during the "Learn the fundamentals of the popular Vulkan API for modern graphics rendering using C++!" on udemy.

Build

The only available platform is Windows. VS22 or higher is required (to support c++ 20). You also have to install VulkanSDK from here and update sdk location in project settings in VS.

Screenshots

  • First quad

  • Multiple quads

  • Textures

  • Updating model transform via push constants (colored cats!)

  • Model rendering

  • Extra subpass which uses depth buffer

About

Vulkan course work

Topics

Resources

Stars

Watchers

Forks