vk-bootstrap/example
Charles Giessen 812ce2cf0a Dynamically load vulkan instead of statically link.
Make vk-bootstrap capable of loading the vulkan runtime and not need to
link against the library. This improves the usability of vk-bootstrap since
now you don't need the vulkan library on your system to build.

This commit also changes how SystemInfo works so as to allow the dynamic
vulkan loading.
2020-08-10 23:38:26 -06:00
..
shaders moved triangle.cpp to its own folder, updated readme & license 2020-02-03 20:34:46 -07:00
CMakeLists.txt Dynamically load vulkan instead of statically link. 2020-08-10 23:38:26 -06:00
triangle.cpp Document proper swapchain recreation practice 2020-06-08 17:03:36 -06:00