-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
ANGLE support #1508
Comments
kchibisov
added
status: help wanted
help wanted
easy
api parity
platform support
and removed
difficulty: easy
easy
labels
Oct 26, 2022
4 tasks
kchibisov
pushed a commit
that referenced
this issue
Jun 29, 2023
Angle provides libEGL.dll, which glutin loads. The only change necessary is to get the platform display via EGL_PLATFORM_ANGLE_ANGLE and treating it as a legacy display. Fixes #1508.
Windows done. |
I'll at least will be interested in this for macOS, not sure how much sense it makes for the rest. |
kchibisov
pushed a commit
that referenced
this issue
Aug 6, 2023
Angle provides libEGL.dll, which glutin loads. The only change necessary is to get the platform display via EGL_PLATFORM_ANGLE_ANGLE and treating it as a legacy display. Fixes #1508.
kchibisov
pushed a commit
that referenced
this issue
Aug 6, 2023
Angle provides libEGL.dll, which glutin loads. The only change necessary is to get the platform display via EGL_PLATFORM_ANGLE_ANGLE and treating it as a legacy display. Fixes #1508.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to work with ANGLE, it should be pretty trivial from what I can see.
This would help providing EGL on every possible platform.
The text was updated successfully, but these errors were encountered: