vk-bootstrap/tests
Charles Giessen a330227666 Use vulkan/vulkan_core.h instead of vulkan/vulkan.h
vulkan.h includes platform specific headers that cause non trivial build
overhead. Because vk-bootstrap doesn't make use of any platform specific
API's, it can move over to vulkan_core.h.

This *MAY* break users of the library who were depending on vulkan/vulkan.h
including other headers, like windows.h. But because the benefits outweigh
the drawbacks, it is a good change.
2024-02-12 09:48:56 -06:00
..
integration Cleanup CMake finding of Vulkan & installation code 2023-12-02 19:49:54 -07:00
bootstrap_tests.cpp implemented enable_extensions_if_present and tests 2024-01-18 15:15:00 -07:00
CMakeLists.txt Support tests on windows with clang & clang-cl 2023-12-06 14:07:18 -07:00
error_code_tests.cpp Update to latest headers & fix errors & cleanup generation script 2023-09-19 15:52:27 -06:00
include_checks.cpp Fix wrong parameter in Wayland function 2023-10-30 11:31:11 -06:00
unit_tests.cpp Small cleanup of tests 2023-12-02 11:32:03 -07:00
vulkan_library_loader.hpp Add VulkanMock for isolating tests from system 2023-10-03 14:26:25 -06:00
vulkan_mock.cpp Support tests on windows with clang & clang-cl 2023-12-06 14:07:18 -07:00
vulkan_mock.def Support tests on windows with clang & clang-cl 2023-12-06 14:07:18 -07:00
vulkan_mock.hpp Use vulkan/vulkan_core.h instead of vulkan/vulkan.h 2024-02-12 09:48:56 -06:00