X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=footer.comp;h=17175d9c717777665c0ec537d91cc95e6524c835;hb=c6a0f381cca8ec937ef046e0ef0d62156fb1d7be;hp=c4d1305be8512bcb1c77e17b3e24ee2266dc5686;hpb=0323e7512fd7e3402ca6c5da7b30ce7bb007a060;p=movit diff --git a/footer.comp b/footer.comp index c4d1305..17175d9 100644 --- a/footer.comp +++ b/footer.comp @@ -36,8 +36,8 @@ void cs_output(ivec2 coord, vec4 val) #endif #if FLIP_ORIGIN - coord.y = imageSize(outbuf).y - coord.y - 1; + coord.y = imageSize(tex_outbuf).y - coord.y - 1; #endif - imageStore(outbuf, coord, val); + imageStore(tex_outbuf, coord, val); }