X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fcompiler.cpp;h=9ddafcff403c9369b72a76828c366e59077ed3f8;hb=c32051dc7e77faf0fe6bdad2a6f1025e7b43da19;hp=b3ffba14f055c2978ede87331754920ebf87cfed;hpb=37e2139a0c5721ea7e0104b5afc4cd97ad2dcb6c;p=libs%2Fgl.git diff --git a/source/glsl/compiler.cpp b/source/glsl/compiler.cpp index b3ffba14..9ddafcff 100644 --- a/source/glsl/compiler.cpp +++ b/source/glsl/compiler.cpp @@ -396,7 +396,8 @@ void Compiler::finalize(Stage &stage, Mode mode) { if(mode==PROGRAM) { - FeatureConverter().apply(stage, features); + StructuralFeatureConverter().apply(stage, features); + QualifierConverter().apply(stage, features); resolve(stage, RESOLVE_VARIABLES|RESOLVE_FUNCTIONS); PrecisionConverter().apply(stage); }