com.badlogic.gdx.backends.android.surfaceview
Interface GLBaseSurfaceViewLW.EGLContextFactory
- Enclosing class:
- GLBaseSurfaceViewLW
public static interface GLBaseSurfaceViewLW.EGLContextFactory
An interface for customizing the eglCreateContext and eglDestroyContext calls.
This interface must be implemented by clients wishing to call
GLBaseSurfaceViewLW#setEGLContextFactory(EGLContextFactory)
|
Method Summary |
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)
|
createContext
javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLConfig eglConfig)
destroyContext
void destroyContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLContext context)
Copyright © 2013. All Rights Reserved.