Auto-Vk-Toolkit
Auto-Vk-Toolkit copied to clipboard
fixed exceptiton capture - now by const & instead of value
The swapchain out of date error was previously being captured by value which causes crash when compiling with clang. This fixes it by capturing the exception by const reference.