void glDrawArraysInstanced(int mode, int first, int count, int instanceCount){ gles.glDrawArraysInstanced(gl, mode, first, count, instanceCount); }