public class GlContextFactory
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLContextFactory
https://github.com/libgdx/libgdx/blob/master/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/GLSurfaceView20.java
| Constructor and Description |
|---|
GlContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.microedition.khronos.egl.EGLContext |
createContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLConfig eglConfig) |
void |
destroyContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLContext context) |
public javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLConfig eglConfig)
createContext in interface android.opengl.GLSurfaceView.EGLContextFactorypublic void destroyContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLContext context)
destroyContext in interface android.opengl.GLSurfaceView.EGLContextFactory