Our OpenGL guy is looking into it :) On Tue, Jun 8, 2010 at 10:15 AM, Mario Zechner <[email protected]> wrote: > 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 >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

