Package com.jme3.system.android
Class AndroidConfigChooser
java.lang.Object
com.jme3.system.android.AndroidConfigChooser
- All Implemented Interfaces:
- android.opengl.GLSurfaceView.EGLConfigChooser
public class AndroidConfigChooser
extends Object
implements android.opengl.GLSurfaceView.EGLConfigChooser
AndroidConfigChooser is used to determine the best suited EGL Config
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjavax.microedition.khronos.egl.EGLConfigchooseConfig(javax.microedition.khronos.egl.EGL10 egl, javax.microedition.khronos.egl.EGLDisplay display) Gets called by the GLSurfaceView class to return the best config
- 
Field Details- 
settings
 
- 
- 
Constructor Details- 
AndroidConfigChooser
 
- 
- 
Method Details- 
chooseConfigpublic 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- Specified by:
- chooseConfigin interface- android.opengl.GLSurfaceView.EGLConfigChooser
 
 
-