bwasty / vulkan-tutorial-hpp

Following vulkan-tutorial.com using Vulkan-Hpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vulkan-tutorial-hpp

Following vulkan-tutorial.com using Vulkan-Hpp.

main.cpp contains the latest state and the steps folder contains the code for individual steps and diffs between them (previous) and between the Vulkan-Hpp version and the original (original).

Notes:

  • using Vulkan SDK 1.1.92.1
  • dependency setup can be simplified with vcpk
    • .\vcpkg.exe install glm:x64-windows glfw3:x64-windows (Hint: can be set permanently: VCPKG_DEFAULT_TRIPLET=x64-windows)
    • .\vcpkg.exe integrate install does not work for x64 apparently -> had to set additional include directories and linker settings manually in Visual Studio

About

Following vulkan-tutorial.com using Vulkan-Hpp


Languages

Language:C++ 99.8%Language:GLSL 0.1%Language:Shell 0.1%Language:Batchfile 0.0%