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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.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
-
Field Details
-
settings
-
-
Constructor Details
-
AndroidConfigChooser
-
-
Method Details
-
chooseConfig
public 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:
chooseConfig
in interfaceandroid.opengl.GLSurfaceView.EGLConfigChooser
-