私はExtendedGLSurfaceView
(GLSurfaceViewから拡張)にeglPresentationTimeANDROIDを使用します。eglPresentationTimeANDROID():android.openglの代わりにmicroedition.khronosを使用できますか?
EGLExt.eglPresentationTimeANDROID(android.opengl.EGLDisplay display, android.opengl.EGLSurface surface, long time);
私の主な問題はGLSurfaceView
がEGLDisplay
、EGLContext
とjavax.microedition.khronos.egl
からEGLSurface
を使用していることである:
方法が表示されます。いずれかの簡単な修正があるしかし、eglPresentationTimeANDROID
はandroid.opengl.EGLDisplay
からEGLDisplay
とEGLSurface
をとりますか?または、android.opengl
クラスを使用するにはすべて私のExtendedGLSurfaceView
をやり直す必要がありますか?