• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps OpenGL create VAO

hi i am trying to set up OpenGL in a java android app but i cant create a vao. In normal OpenGL you can just use the method glGenVertexArrays() but in android it has more parameters:
glGenVertexArrays(int var0, int[] var1, int var2)
glGenVertexArrays(int var0, IntBuffer var1)
Does anyone know what these parameters do.
 
Back
Top Bottom