void linkProgram(Program program, [bool checkForErrors = true]) { _gl.linkProgram(program.id); checkError('linkProgram'); }