]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.cpp
Rename DeclarationValidator to IdentifierValidator
[libs/gl.git] / source / glsl / compiler.cpp
index 8a18fdf48df64d6224f9fc3f8d0b00d6a749be7e..40dfede3a68688e5ec9ef7a9fb23576af28d393e 100644 (file)
@@ -301,7 +301,7 @@ 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);