]> git.sesse.net Git - movit/blobdiff - effect_chain.cpp
Remove support for GLSL 1.10.
[movit] / effect_chain.cpp
index 8d030c287a483e72fc7fd7d4898dd1b0cfabd056..5c4b52246b255738b2c8b764c13c12547e215ef1 100644 (file)
@@ -208,7 +208,7 @@ Effect *EffectChain::add_effect(Effect *effect, const vector<Effect *> &inputs)
        return effect;
 }
 
-// GLSL pre-1.30 doesn't support token pasting. Replace PREFIX(x) with <effect_id>_x.
+// ESSL doesn't support token pasting. Replace PREFIX(x) with <effect_id>_x.
 string replace_prefix(const string &text, const string &prefix)
 {
        string output;