destroyContext

abstract fun destroyContext(egl: EGL10?, display: EGLDisplay?, context: EGLContext?)

Destroy a GL context.

Parameters

egl

the EGL10 for the current display.

display

the current display.

context

the context to destroy.