-
-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Description
Steps to reproduce:
- Modify the example
window.rsby adding.with_gl_robustness(Robustness::TryRobustLoseContextOnReset)to the window builder - Run the example under wayland or under X11 while forcing the use of EGL (by modifying
platform::linux::x11::GlxOrEglto ignore GLX for example)
The window building returns Err(OpenGlVersionNotSupported), because egl.CreateContext generated a BAD_ATTRIBUTE EGL error.
This has been reproduced one 3 computers, 2 using mesa and 1 using the nvidia proprietary drivers.
Metadata
Metadata
Assignees
Labels
No labels