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

Draft: EGL updates #300

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Draft: EGL updates #300

wants to merge 2 commits into from

Conversation

lb90
Copy link
Contributor

@lb90 lb90 commented Nov 11, 2024

  • Avoid loading libEGL.DLL on Windows in cartain cases
  • Avoid calling eglQueryContext with EGL_NO_DISPLAY

Avoid loading EGL when not needed when resolving functions common
to GL/EGL and a WGL context is current.

There's already a similar check for GLX, we add one for WGL too.
According to the reference documentation that could lead
to undefined behavior.

Reference:

  https://registry.khronos.org/EGL/sdk/docs/man/html/eglGetCurrentDisplay.xhtml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant