2003-2014
The Khronos Group Inc.
eglGetCurrentSurface
3G
eglGetCurrentSurface
return the read or draw surface for the current EGL rendering context
C Specification
EGLSurface eglGetCurrentSurface
EGLint readdraw
Parameters
readdraw
Specifies whether the EGL read or draw surface
is to be returned.
Description
eglGetCurrentSurface returns the read or draw
surface attached to the current
EGL rendering context, as specified by
eglMakeCurrent.
If no context is current, EGL_NO_SURFACE is returned.
See Also
eglCreatePbufferSurface,
eglCreatePixmapSurface,
eglCreateWindowSurface,
eglMakeCurrent