]> git.sesse.net Git - movit/blob - footer.130.frag
Rename the YCbCrInput test to YCbCrInputTest, for consistency.
[movit] / footer.130.frag
1 out vec4 FragColor;
2
3 void main()
4 {
5         FragColor = INPUT(tc);
6 }