X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=4d30ee04c24684557eade28e639f70b4fdee6295;hp=f22ef1ec1a9700744edd08f89d119e06a97d490d;hb=91e65bc9e24a6889995081035f6f6f0a78a6c20e;hpb=2016444ee144ce41f88c48e89c825137ad7e4ec2 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;