]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/glsl_error.h
Record information of the provoking location of a diagnostic
[libs/gl.git] / source / glsl / glsl_error.h
index 46854744699c183f8df2e88efd019b5f01e68236..84aa2f52a60a45c42f6bdbe30a5fbc676e418d25 100644 (file)
@@ -50,6 +50,8 @@ struct Diagnostic
        Severity severity;
        int source;
        unsigned line;
+       int provoking_source;
+       unsigned provoking_line;
        std::string message;
 
        Diagnostic(): severity(INFO), source(-2), line(0) { }