]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.cpp
Actually call the type validator
[libs/gl.git] / source / glsl / compiler.cpp
index 172bdac629251d8ecd3ab49a9c75cec394dd9d2e..2a71cfe4e23ff49eb8914aee64639a4e5c19dec5 100644 (file)
@@ -259,6 +259,7 @@ void Compiler::generate(Stage &stage, Mode mode)
 
 bool Compiler::validate(Stage &stage)
 {
+       TypeValidator().apply(stage);
        DeclarationValidator().apply(stage);
        ReferenceValidator().apply(stage);