public class AndroidConfigChooser
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLConfigChooser
Modifier and Type | Field and Description |
---|---|
protected AppSettings |
settings |
Constructor and Description |
---|
AndroidConfigChooser(AppSettings settings) |
Modifier and Type | Method and Description |
---|---|
javax.microedition.khronos.egl.EGLConfig |
chooseConfig(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display)
Gets called by the GLSurfaceView class to return the best config
|
protected AppSettings settings
public AndroidConfigChooser(AppSettings settings)
public javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10 egl, javax.microedition.khronos.egl.EGLDisplay display)
chooseConfig
in interface android.opengl.GLSurfaceView.EGLConfigChooser