eglGetCurrentContext — return the current EGL rendering context
EGLContext eglGetCurrentContext( |
void) ; |
eglGetCurrentContext
returns the current EGL rendering context, as specified by eglMakeCurrent. If no context is current, EGL_NO_CONTEXT
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/.