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

msys2-ucrt64 egl doesn't seem to be available #120

Open
maartenuni opened this issue May 8, 2024 · 0 comments
Open

msys2-ucrt64 egl doesn't seem to be available #120

maartenuni opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@maartenuni
Copy link
Contributor

When running on windows, It becomes pretty hard to get egl to work. We use epoxy as an opengl egl extension loader. However,
to check that egl is available, you should call epoxy_has_egl(void); And this function returns false on windows.

So perhaps we can get this to work using the "Windows" EGL called WGL. Epoxy also seems to support WGL.

@maartenuni maartenuni added the bug Something isn't working label May 8, 2024
@maartenuni maartenuni added this to the Build on windows milestone May 8, 2024
@maartenuni maartenuni self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant