原文:Why some gl calls accept arrays while other accept only Buffers on Android
I m just beginning to learn OpenGL on Android and I just noticed that some of gl calls, such as glTexCoordPointer(...) or glVertexPointer(...), accept data only in Buffer objects, others, such as ...