EGL binaries for Windows

Hi,
I try to create a OpenGL context (not ES) with EGL on Windows 10. My problem is that the libEGL.dll is from the PowerVR SDK and this support only OpenGL ES. Is there a way to get dll with OpenGL support?

Basicly I want to develop an Off-Screen-Renderer for Linux without an X Server so I want to use EGL.
But my main development plattform is windows so it would be great if there is a way to get this DLL for testing the renderer.

1 Like

Any update on this? I’m in a similar situation.

But my main development plattform is windows so it would be great if there is a way to get this DLL for >testing the renderer.
as I know AMD has native support of OpenGL ES on Windows(I saw egl* functions inside driver dll file), you can try to call GetProceAdress to get function pointers.