glDrawElementsInstanced method
Implementation
void glDrawElementsInstanced(int mode, int count, int type, int offset, int instanceCount) {
gl.drawElementsInstanced(mode, count, type, offset, instanceCount);
}
void glDrawElementsInstanced(int mode, int count, int type, int offset, int instanceCount) {
gl.drawElementsInstanced(mode, count, type, offset, instanceCount);
}