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
Calls to SDL_CreateWindow using that use EGL fail due to the call to eglCreateWindowSurface from SDL_EGL_CreateSurface failing with EGL_BAD_ATTRIBUTE. The only attribute provided is EGL_PRESENT_OPAQUE_EXT, which SDL seems to always add if the driver reports SDL_EGL_DISPLAY_EXTENSION as present. For whatever reason, Nvidia drivers report the extension and then reject the attribute anyway.
The text was updated successfully, but these errors were encountered:
Platform: Ubuntu 24.04, X11, Nvidia 535 drivers
Calls to
SDL_CreateWindow
using that use EGL fail due to the call toeglCreateWindowSurface
fromSDL_EGL_CreateSurface
failing withEGL_BAD_ATTRIBUTE
. The only attribute provided isEGL_PRESENT_OPAQUE_EXT
, which SDL seems to always add if the driver reportsSDL_EGL_DISPLAY_EXTENSION
as present. For whatever reason, Nvidia drivers report the extension and then reject the attribute anyway.The text was updated successfully, but these errors were encountered: