This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

eglMakeCurrent or eglGetCurrentDisplay bug?

After calling eglMakeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT), the functions eglGetCurrentDisplay() returns EGL_NO_DISPLAY.  Is this the correct behavior?

When using ANGLE eglGetCurrentDisplay returns m_display.  This seems correct.

0