The egl tag has no wiki summary.
1
vote
1answer
97 views
How do I bind a display from XCB to EGL with eglGetDisplay
I have been trying to set up an EGL session with a window that I created using XCB. I am not having much success. I keep getting the error: An EGLDisplay argument does not name a valid EGL display ...
4
votes
2answers
304 views
What is Khronos EGL?
I see that modern OpenGL related code uses EGL, i can't get good resources for this so i ask here:
what exactly is EGL ?
if a platform supports OpenGL ES 2.0+ or OpenGL 3.0+ i can presume that will ...