You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
OS: Ubuntu
Version 22.04
Build environment: GCC 11.2.0
GPU Driver: nvidia-driver-515
The text was updated successfully, but these errors were encountered:
Use X11 STRUCTURE_NOTIFY instead of RESIZE_REDIRECT event to get it on window resizing COMPLETED and skip rendering until next Resize event after vk::OutOfDateKHRError error on Present.
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):
The text was updated successfully, but these errors were encountered: