drawElementsInstanced method
Implementation
void drawElementsInstanced(int mode, int count, int type, int offset, int instanceCount) {
startCheck("drawElementsInstanced");
glDrawElementsInstanced(_gl, mode, count, type, offset, instanceCount);
checkError('drawElementsInstanced');
}