eglGetCurrentDisplay — return the display for the current EGL rendering context
EGLDisplay eglGetCurrentDisplay( |
void) ; |
eglGetCurrentDisplay
returns the current EGL display connection for the current EGL rendering context, as specified by eglMakeCurrent. If no context is current, EGL_NO_DISPLAY
is returned.
Copyright © 2003-2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.