Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 450 Bytes

VulkanFramework

Basic application for the vulkan framework library.

  • From the build folder run:

    conan install --build=missing --install-folder=./vkfw_core ../extern/vkfw_core/

    conan install --build=missing --install-folder=./vkfw_core -s build_type=Debug ../extern/vkfw_core/

    This does not generate debug symbols for Visual Studio and some warnings will be generated. To avoid use the --build parameter without =missing.