OpenGL ES 3.0 Instanced Rendering Sample Program and Article
Sample code and technical article showcasing the benefits of using instanced rendering in OpenGLES 3.0 applications.
Summary: By batch-rendering multiple versions of the same mesh, instanced rendering can help developers using OpenGL* ES 3.0 and later dramatically improve performance and resource efficiency.