Package com.kakao.vectormap.graphics.gl
Interface IEglLifeCycleCallback
-
- All Known Implementing Classes:
GLMapRenderer
,GLRenderer
public interface IEglLifeCycleCallback
EglContext destroy, Surface's create, destroy callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eglContextDestroyed()
void
eglSurfaceCreated()
void
eglSurfaceDestroyed()
-