]> git.sesse.net Git - movit/blob - multiply.frag
Fix another issue where an input was used twice. Add unit tests, again.
[movit] / multiply.frag
1 vec4 FUNCNAME(vec2 tc) {
2         return INPUT(tc) * PREFIX(factor);
3 }