Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.33 KB

File metadata and controls

24 lines (18 loc) · 1.33 KB

VulkanToy

Vulkan-based 3D Renderer

  • Now it is an visual studio project only(I use github templates)
  • build on vs2022, you will need to install Vulkan SDK to make it operable.
  • CMAKE WIP, Once all feature finished will post images.
  • Right now have a synchronizition error.(validation error) In the future may add DirectX Support

Build

This project use submodules so need to use 'git clone --recursive ' or if you have already used git clone to clone this project, need to use 'git submodule update'

References/Credits