]> git.sesse.net Git - movit/blob - footer.frag
Bind input textures to the right sampler, and do it even if we do not need to update...
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }