littlekt
0.6.0
android
core
/
com.lehaine.littlekt.view
/
LittleKtSurfaceView
/
ContextFactory
Context
Factory
android
class
ContextFactory
:
GLSurfaceView.EGLContextFactory
Types
Constructors
Functions
Constructors
Context
Factory
Link copied to clipboard
android
fun
ContextFactory
(
)
Types
Companion
Link copied to clipboard
android
object
Companion
Functions
create
Context
Link copied to clipboard
android
open
override
fun
createContext
(
egl
:
EGL10
,
display
:
EGLDisplay
,
eglConfig
:
EGLConfig
)
:
EGLContext
destroy
Context
Link copied to clipboard
android
open
override
fun
destroyContext
(
egl
:
EGL10
,
display
:
EGLDisplay
,
context
:
EGLContext
)