What's problematic for me: @kmamal/gl can't create a GL context because it's hardcoded to use X11 window handles on Linux. The mali SDL driver uses fbdev (no X11), so SDL_GetWindowWMInfo fails to provide an X11 display/window, and @kmamal/gl gets nothing to attach its EGL context to.
What's problematic for me: @kmamal/gl can't create a GL context because it's hardcoded to use X11 window handles on Linux. The mali SDL driver uses fbdev (no X11), so SDL_GetWindowWMInfo fails to provide an X11 display/window, and @kmamal/gl gets nothing to attach its EGL context to.