Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting robustness with EGL fails #892

Closed
elinorbgr opened this issue May 30, 2017 · 1 comment
Closed

Setting robustness with EGL fails #892

elinorbgr opened this issue May 30, 2017 · 1 comment

Comments

@elinorbgr
Copy link
Contributor

Steps to reproduce:

  • Modify the example window.rs by 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::GlxOrEgl to 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.

@kchibisov
Copy link
Member

kchibisov commented Sep 3, 2022

Fixed in #1435. If not reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants