vk-bootstrap/example
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
..
shaders moved triangle.cpp to its own folder, updated readme & license 2020-02-03 20:34:46 -07:00
CMakeLists.txt Cleanup CMake finding of Vulkan & installation code 2023-12-02 19:49:54 -07:00
example_config.h.in example: Add config file to locate shaders 2021-04-16 10:30:04 -06:00
triangle.cpp Use vulkan/vulkan_core.h instead of vulkan/vulkan.h 2024-02-12 09:48:56 -06:00