X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=9c37787c32e20424681403939357a740318856ad;hb=f2ad2730858046b08e8147297fa01bf3499b86a3;hp=8a18fdf48df64d6224f9fc3f8d0b00d6a749be7e;hpb=8c4d64c71df5c4dcab1838d81412d7a7244ada58;p=libs%2Fgl.git diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index 8a18fdf4..9c37787c 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -300,8 +300,8 @@ void Compiler::resolve(Stage &stage, unsigned flags) bool Compiler::validate(Stage &stage) { - TypeValidator().apply(stage); DeclarationValidator().apply(stage); + IdentifierValidator().apply(stage); ReferenceValidator().apply(stage); ExpressionValidator().apply(stage);