X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=footer.comp;h=17175d9c717777665c0ec537d91cc95e6524c835;hp=c4d1305be8512bcb1c77e17b3e24ee2266dc5686;hb=df680997fd54d7949a7d83edfa02d870e581527c;hpb=a48d62d61ada1226caaa9fd42846672cfe0249e8 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); }