I have a cross platform app, I want to compile on Linux. The problem is that the binary nVidia driver does not expose EGL interface (which the app uses). So to change as little of the app as possible I was wondering whether there is a wrapper which e.g. maps GLX to EGL.
Although Nvidia does not expose EGL / GLES2 you can use Mesa and it's libs.