X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=b6a118d695218c0652624170d5107546857c6e8c;hp=bb00218314053443e3f062e8b251107f1cdad006;hb=215d5bed27ad3de92557ae1b631695a036d29741;hpb=f9244b13a4ae30d134dd7410664c045c9f2c1574 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;