X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=b6a118d695218c0652624170d5107546857c6e8c;hb=c585c065b7831eb6ae05e48edc36953d2534db2b;hp=bb00218314053443e3f062e8b251107f1cdad006;hpb=6cb04ca058e463b7d76eba684be89dfc9e77ab29;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index bb002183..b6a118d6 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -366,6 +366,7 @@ struct ImageTypeDeclaration: TypeDeclaration bool array = false; bool sampled = true; bool shadow = false; + bool multisample = false; std::string base; TypeDeclaration *base_type = 0;