My Nexus One is updated with Android version 2.2 (build number FRF91).
However, when I try to use the OpenGL ES Java binding, I see the
following:
D/libEGL (15206): loaded /system/lib/egl/libGLES_android.so
D/libEGL (15206): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL (15206): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL (15206): loaded /system/lib/egl/libGLESv2_adreno200.so
E/libEGL (15206): called unimplemented OpenGL ES API
E/libEGL (15206): called unimplemented OpenGL ES API
The last two lines are frustrating.
To state the obvious, I have set up my manifest file:
<uses-feature android:glEsVersion="0x00020000"/>
<uses-sdk android:minSdkVersion="8"/>
I use GLSurfaceView and have only one line in onDrawFrame:
GLES20.glCreateShader(GLES20.GL_VERTEX_SHADER);
What's that I'm really missing something here?
dp
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en