You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty self-explanatory. I can't seem to find the natives for EGL. The customize download site doesn't include the egl natives. Can't find them with the same syntax as other stuff, like glfw or opengl. I saw this issue, where Spasi says "LWJGL does not ship with an EGL implementation, you have to install one separately." Where do I find this?
The text was updated successfully, but these errors were encountered:
Typically your OS or OpenGL driver comes with libegl if EGL is supported. For example on Linux mesa provides an implementation of libegl, I'm not sure about other OSes. It's entirely possible that you can use a windows build of the mesa project for libegl if you really need it but then I don't think you can use your native graphics driver for OpenGL stuff
Question
Pretty self-explanatory. I can't seem to find the natives for EGL. The customize download site doesn't include the egl natives. Can't find them with the same syntax as other stuff, like glfw or opengl. I saw this issue, where Spasi says "LWJGL does not ship with an EGL implementation, you have to install one separately." Where do I find this?
The text was updated successfully, but these errors were encountered: