Hello, I am working on fixing vulkan on wayland for bgfx: https://github.com/bkaradzic/bgfx/pull/3143 Is there a way of getting the wl_surface used to create wl_egl_window from the said window? bgfx api does only allows passing window and display pointers, and extending it as I proposed in the PR is not ideal. Thanks! Best regards, Julian