makeCurrent

open fun makeCurrent(eglSurface: EGLSurface)

Makes our EGL context current, using the supplied surface for both "draw" and "read".


open fun makeCurrent(drawSurface: EGLSurface, readSurface: EGLSurface)

Makes our EGL context current, using the supplied "draw" and "read" surfaces.