SteelEngine
SteelEngine copied to clipboard
Bug: broken window resize on Linux X11
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.