]> git.sesse.net Git - movit/blobdiff - footer.comp
We've run with many more GPUs than just those three now.
[movit] / footer.comp
index c4d1305be8512bcb1c77e17b3e24ee2266dc5686..17175d9c717777665c0ec537d91cc95e6524c835 100644 (file)
@@ -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);
 }