Package com.kakao.vectormap.graphics.gl
Interface GLSurfaceView.EGLContextFactory
-
- All Known Implementing Classes:
EglContextFactory
- Enclosing class:
- GLSurfaceView
public static interface GLSurfaceView.EGLContextFactory
An interface for customizing the eglCreateContext and eglDestroyContext calls.This interface must be implemented by clients wishing to call
GLSurfaceView.setEGLContextFactory(EGLContextFactory)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EGLContext
createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig)
void
destroyContext(EGL10 egl, EGLDisplay display, EGLContext context)
-