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 java.lang.Object implements android.opengl.GLSurfaceView.EGLConfigChooserAndroidConfigChooser is used to determine the best suited EGL Config- Author:
- iwgeric
-
-
Field Summary
Fields Modifier and Type Field Description protected com.jme3.system.AppSettingssettings
-
Constructor Summary
Constructors Constructor Description AndroidConfigChooser(com.jme3.system.AppSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.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
-
-
-
Method Detail
-
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:
chooseConfigin interfaceandroid.opengl.GLSurfaceView.EGLConfigChooser
-
-