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