X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=7764712498bb3106666f3e8bee98de72881516df;hb=9d798ac368bfd236a7632a3a15e51bd1112ea63d;hp=ac67a3fb9474dcd202682dd9795f939299750b31;hpb=af00eefb3f7da48ec4038357035980c31cbcb685;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index ac67a3fb..77647124 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -7,6 +7,7 @@ #include #include #include "extension.h" +#include "sourcemap.h" #include "uniform.h" #pragma push_macro("interface") @@ -386,6 +387,7 @@ struct Stage struct Module { + SourceMap source_map; Stage shared; std::list stages;