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