]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.cpp
Rename LegacyConverter to FeatureConverter
[libs/gl.git] / source / glsl / compiler.cpp
index e658a79ea98c2adc7c469b092f43ca84da9db161..b3ffba14f055c2978ede87331754920ebf87cfed 100644 (file)
@@ -396,7 +396,7 @@ void Compiler::finalize(Stage &stage, Mode mode)
 {
        if(mode==PROGRAM)
        {
-               LegacyConverter().apply(stage, features);
+               FeatureConverter().apply(stage, features);
                resolve(stage, RESOLVE_VARIABLES|RESOLVE_FUNCTIONS);
                PrecisionConverter().apply(stage);
        }