Auto-Vk-Toolkit icon indicating copy to clipboard operation
Auto-Vk-Toolkit copied to clipboard

fixed exceptiton capture - now by const & instead of value

Open MatejSakmary opened this issue 11 months ago • 0 comments

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.

MatejSakmary avatar Mar 12 '24 11:03 MatejSakmary