Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 344 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 344 Bytes

Vulkan C++ Template

An example how to build Vulkan C++ application using github Khronos submodules instead of Vulkan SDK.

  • No Vulkan SDK needed
  • Github Khronos repositories are used directly as submodules
  • License:
    • Original code: MIT. See [LICENSE.txt]
    • Parts of VKB: Apache V2
  • Basic .vscode files for easy build and debug