X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=70ea50d106f774c2c8be8974cb3140fbf0421d39;hb=39141d961e55f56d540b3678f9f8fe94868f2652;hp=55f47402f514538b959a459a07b3532e2a0d5efd;hpb=f6dfd3e78fc8c4c4a14619f3fdece53600ab0db7;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 55f47402..70ea50d1 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -410,6 +410,7 @@ struct Stage Block content; std::map types; std::map interface_blocks; + std::map functions; std::map locations; Features required_features;