vk-bootstrap/example
Charles Giessen d759d3d575 Add VulkanMock for isolating tests from system
Allows the tests to set the exact values vk-bootstrap will receieve
rather than require a real vulkan driver to be present on the system.

This is done by creating a `vulkan-1.dll` on windows that implements
all of the API functions, and on linux/macOS intercepts `dlsym` to
make it return the mock's functions.
2023-10-03 14:26:25 -06:00
..
shaders moved triangle.cpp to its own folder, updated readme & license 2020-02-03 20:34:46 -07:00
CMakeLists.txt Mark vk-bootstrap as static & cleanup CMake 2023-09-24 18:55:32 -06:00
example_config.h.in example: Add config file to locate shaders 2021-04-16 10:30:04 -06:00
triangle.cpp Add VulkanMock for isolating tests from system 2023-10-03 14:26:25 -06:00