]> git.sesse.net Git - movit/blob - footer.130.frag
use Requires for the libs movit depends on
[movit] / footer.130.frag
1 out vec4 FragColor;
2
3 void main()
4 {
5         FragColor = INPUT(tc);
6 }