X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=header.comp;h=47f131560d18c757f9ea7441652831324e295dd1;hp=dc2fd089441622632e23c1bb53a236ef045b6eea;hb=c6a0f381cca8ec937ef046e0ef0d62156fb1d7be;hpb=a48d62d61ada1226caaa9fd42846672cfe0249e8 diff --git a/header.comp b/header.comp index dc2fd08..47f1315 100644 --- a/header.comp +++ b/header.comp @@ -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);