X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=7021c62d9a2949c9459e6fa183955829bf04f469;hb=fe980fbd898645eba1ac06a5061b3a48db4638b0;hp=e2745e1b9ae41fe6756f7b86204bdd16c86dda10;hpb=55a18f710f07c51f05d0dc55741a7f3cc8e70cdd;p=libs%2Fgl.git diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index e2745e1b..7021c62d 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -323,6 +323,7 @@ void Compiler::validate(Stage &stage) IdentifierValidator().apply(stage); ReferenceValidator().apply(stage); ExpressionValidator().apply(stage); + FlowControlValidator().apply(stage); StageInterfaceValidator().apply(stage); }