LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
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?
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?