Hi,
I've used vertex array objects on the iOS platform. VAOs use commands like glGenVertexArraysOES, glBindVertexArraysOES - are these supported on Android OpenGLES? I can't see them in the OpenGL headers, but did think they were part of the ES1.1 (maybe not).
Thanks

