public string CompileShaderAndGetError(int shader, string source) { return(Gl.CompileShaderAndGetError(shader, source)); }