vk-bootstrap/src
Charles Giessen 6ab5669064 Workaround breaking API change in vkGetLatencyTimingsNV
The API of vkGetLatencyTimingsNV changed, which causes compilation failure due to
the generated code using the newer API while the Vulkan-Headers may be for the old
API.

The fix is to just disable the function if the headers are too old. While this does
limit the usage, because its from a new extension, there shouldn't be a huge impact.
2023-11-29 14:20:10 -07:00
..
VkBootstrap.cpp Add size + ptr & vector overloads for add_extensions 2023-11-22 03:00:44 -07:00
VkBootstrap.h Add size + ptr & vector overloads for add_extensions 2023-11-22 03:00:44 -07:00
VkBootstrapDispatch.h Workaround breaking API change in vkGetLatencyTimingsNV 2023-11-29 14:20:10 -07:00