X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=footer.frag;fp=footer.frag;h=0a742a331301b725104162a9b739c48a829b65f1;hb=d4542f76df5d26843c68b1467e76722cffd801a1;hp=0000000000000000000000000000000000000000;hpb=873b60b640a96c8fb4c2d8c88c85d20e0a2dca6b;p=movit diff --git a/footer.frag b/footer.frag new file mode 100644 index 0000000..0a742a3 --- /dev/null +++ b/footer.frag @@ -0,0 +1,4 @@ +void main() +{ + gl_FragColor = LAST_INPUT(tc); +}