vk-bootstrap/tests
Charles Giessen 0c29d98362 cmake: Don't require vulkan in order to build
find_package is used to try to find the Vulkan-Headers, and if they aren't
present, it downloads them with fetch content. This way users don't need
vulkan 'installed' on their system, specifically for windows users.

It also changes the tests to load all the necessary function pointers, that
 way we don't need to find the vulkan loader to build the tests.
2021-03-02 09:11:23 -07:00
..
bootstrap_tests.cpp cmake: Don't require vulkan in order to build 2021-03-02 09:11:23 -07:00
CMakeLists.txt cmake: Don't require vulkan in order to build 2021-03-02 09:11:23 -07:00
common.h cmake: Don't require vulkan in order to build 2021-03-02 09:11:23 -07:00
error_code_tests.cpp Error handling with std::error_code 2020-05-17 09:19:12 -06:00
main.cpp Migrate to Catch2 & CMake file structural change 2020-03-26 10:40:47 -06:00