X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=5c4b52246b255738b2c8b764c13c12547e215ef1;hp=8d030c287a483e72fc7fd7d4898dd1b0cfabd056;hb=6bf496a34a84fb14b1b3b6debfd42ba36568b879;hpb=223fbbe7c569feba046fc3533b9769943ed82612 diff --git a/effect_chain.cpp b/effect_chain.cpp index 8d030c2..5c4b522 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -208,7 +208,7 @@ Effect *EffectChain::add_effect(Effect *effect, const vector &inputs) return effect; } -// GLSL pre-1.30 doesn't support token pasting. Replace PREFIX(x) with _x. +// ESSL doesn't support token pasting. Replace PREFIX(x) with _x. string replace_prefix(const string &text, const string &prefix) { string output;