vk-bootstrap/src
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
..
VkBootstrap.cpp Fix: Move objects/vectors where applicable 2024-01-30 10:06:25 -07:00
VkBootstrap.h Use vulkan/vulkan_core.h instead of vulkan/vulkan.h 2024-02-12 09:48:56 -06:00
VkBootstrapDispatch.h Use vulkan/vulkan_core.h instead of vulkan/vulkan.h 2024-02-12 09:48:56 -06:00