library / com.otaliastudios.opengl.surface / EglSurface / makeCurrent

makeCurrent

fun makeCurrent(): Unit

Makes our EGL context and surface current.

fun makeCurrent(readSurface: EglSurface): Unit

Makes our EGL context and surface current for drawing, using the supplied surface for reading.