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

api: fix NoError and debug requests #1636

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

kchibisov
Copy link
Member

The api/egl always disabled debug when NO_ERROR was present in extensions to avoid errors, however the error will be thrown only when using NO_ERROR and debug context at the same time.

Fix the same issues with GLX/WGL as well as properly enable NO_ERROR for those backends.

Fixes: #1635

The api/egl always disabled debug when `NO_ERROR` was present in
extensions to avoid errors, however the error will be thrown only
when using `NO_ERROR` and debug context at the same time.

Fix the same issues with GLX/WGL as well as properly enable `NO_ERROR`
for those backends.

Fixes: rust-windowing#1635
@kchibisov kchibisov merged commit 9f9baf3 into rust-windowing:master Oct 19, 2023
43 checks passed
@kchibisov kchibisov deleted the fix-egl-no-error branch October 19, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create debug context with EGL when KHR_create_context_no_error is supported
1 participant