void glBindAttribLocation(int program, int index, String name){ gl.bindAttribLocation(program, index, name); }