SteelEngine icon indicating copy to clipboard operation
SteelEngine copied to clipboard

Bug: broken window resize on Linux X11

Open mlknz opened this issue 1 year ago • 0 comments

Seems glfw doesn't submit resize event on X11 (Ubuntu 23.04 + NVidia GTX 1070 ti). It leads to Vulkan error OutOfDateSwapchain on present which asserts inside of vulkan libs. As "workaround" I disabled ability to resize window on Linux, but it will be great to have proper fix some day.

mlknz avatar Oct 19 '23 13:10 mlknz