Skip to content

zxz-qian/learn_vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Vulkan

Requirement:

  • Vulkan 1.3.268.0: Base environment, may using other version.
  • GLFW 3.3.9: Placed in thirdparty folder.
  • CMake 3.15: Minimum requirement in CMakeLists.txt, may using other version.
  • GLM: provided by vulkan sdk, placed in vulkan sdk folder.
  • stb_image: v2.29
  • VSCode&CMake VSC plugin

Something else:

  • This is a learning project for vulkan api, followed by Khronos Vulkan® Tutorial.
  • There is a bat script called CompileShader.bat which can help compile shader scripts easily. Call this bat from root folder. It's basically calling glslc.exe to compile shader scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages