Describe the bug
Any Methane application fails on vk::Queue::PresentKHR after resizing the window on Linux with NVidia proprietary drivers with weird error ErrorOutOfDateKHR.
Steps To Reproduce
Make sure you're using NVidia Graphics Card with latest proprietary drivers installed (nvidia-driver-515 in my case)
Run any Methane application built with Vulkan graphics API on Linux
Resize window => swapchain is recreated normally, but subsequent call to vk::Queue::PresentKHR fails with ErrorOutOfDateKHR
Expected behavior
Window resizing along with swapchain creation and framebuffers presenting should work normally, as it works on AMD graphics cards on Linux with the same implementation.
Desktop (please complete the following information):
Describe the bug Any Methane application fails on
vk::Queue::PresentKHR
after resizing the window on Linux with NVidia proprietary drivers with weird errorErrorOutOfDateKHR
.Steps To Reproduce
vk::Queue::PresentKHR
fails withErrorOutOfDateKHR
Expected behavior Window resizing along with swapchain creation and framebuffers presenting should work normally, as it works on AMD graphics cards on Linux with the same implementation.
Desktop (please complete the following information):