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