]> git.sesse.net Git - movit/blob - multiply.frag
Add an assert to expect_equal() to make sure people send in reasonable widths and...
[movit] / multiply.frag
1 vec4 FUNCNAME(vec2 tc) {
2         return INPUT(tc) * PREFIX(factor);
3 }