Hi, i just found out (thanks James) that the new Java GLES 2 bindings are missing a vital method:
glVertexAttribPointer(int indx, int size, int type, boolean normalized, int stride, Buffer ptr) That's the only thing in there and takes a buffer. Given only that we can not use VBOs in OpenGL 2.0 with the Java bindings. Any chance of getting that in say 2.2.1? Should i file a bug in this case? I did custom JNI bindings a couple of months ago which work with 2.0 upwards if anyone want's to try that instead in the meantime (http:// code.google.com/p/gl2-android/). Ciao, Mario -- 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

