]> git.sesse.net Git - movit/blobdiff - header.comp
Loosen up a bound in ResampleEffectTest a bit.
[movit] / header.comp
index dc2fd089441622632e23c1bb53a236ef045b6eea..47f131560d18c757f9ea7441652831324e295dd1 100644 (file)
@@ -4,7 +4,7 @@
 #extension GL_ARB_shader_image_size : enable
 
 // FIXME this needs to be auto-output or something
-uniform restrict writeonly image2D outbuf;
+uniform restrict writeonly image2D tex_outbuf;
 
 // Defined in footer.comp.
 vec4 tex2D(sampler2D s, vec2 coord);