X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=4d30ee04c24684557eade28e639f70b4fdee6295;hb=b466adff89db080c304ac3178ce1f4fef844cb28;hp=f22ef1ec1a9700744edd08f89d119e06a97d490d;hpb=c701c8787cb19fbb6dc5b0bfae1a94e2b07dd549;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index f22ef1ec..4d30ee04 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -357,6 +357,7 @@ struct BasicTypeDeclaration: TypeDeclaration Kind kind; unsigned size; + bool sign; std::string base; TypeDeclaration *base_type;