MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

Name

eglGetCurrentContext — return the current EGL rendering context

C Specification

EGLContext eglGetCurrentContext( void);  
 

Description

eglGetCurrentContext returns the current EGL rendering context, as specified by eglMakeCurrent. If no context is current, EGL_NO_CONTEXT is returned.

Copyright

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/.