empty string if the shader was compiled without errors, or error log otherwise.
if ( !myShaderProgram.compile ){ writeln( myShaderProgram.errorLog ); //Writes error log to console }
compile
See Implementation