X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=header.comp;h=f4ebbed039cf35333b6f0b7a165169d9ac1e50a8;hb=HEAD;hp=dc2fd089441622632e23c1bb53a236ef045b6eea;hpb=a48d62d61ada1226caaa9fd42846672cfe0249e8;p=movit diff --git a/header.comp b/header.comp index dc2fd08..f4ebbed 100644 --- a/header.comp +++ b/header.comp @@ -3,8 +3,8 @@ #extension GL_ARB_shader_image_load_store : enable #extension GL_ARB_shader_image_size : enable -// FIXME this needs to be auto-output or something -uniform restrict writeonly image2D outbuf; +// The texture the compute shader is writing to. +uniform restrict writeonly image2D tex_outbuf; // Defined in footer.comp. vec4 tex2D(sampler2D s, vec2 coord);