Thanks, just what I was looking for. But a new question arises. I saw in some snippets that people do:
> int[] temp = new int[2]; > gl.glGenBuffers(2, temp, 0); > > Does it really work to transfer a VBO through an integer? -- 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

