Each OpenGL ES drawing call has some overhead, so if you represent 10 objects individually using glDrawArrays()or glDrawElements(), it will usually be slower than one large object. However, I think you will find the overhead from these call appeals is only a small factor in any rendering slowdowns that may occur on iOS devices.
, , . , , - (VBOs), . , , , iOS, VBOs.
, , , , , .. , Apple " Vertex", OpenGL ES iOS, OpenGL ES OpenGL ES Analyzer.