createContext

abstract fun createContext(egl: EGL10?, display: EGLDisplay?, eglConfig: EGLConfig?): EGLContext?

Create a GL context.

Return

the EGL context.

Parameters

egl

the EGL10 for the current display.

display

the current display.

eglConfig

the current EGLConfig.