EGLContextFactory

An interface for customizing the eglCreateContext and eglDestroyContext calls.

interface EGLContextFactory

Functions

createContext
Link copied to clipboard
abstract fun createContext(egl: EGL10, display: EGLDisplay, eglConfig: EGLConfig): EGLContext
destroyContext
Link copied to clipboard
abstract fun destroyContext(egl: EGL10, display: EGLDisplay, context: EGLContext)