X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=header.comp;h=f4ebbed039cf35333b6f0b7a165169d9ac1e50a8;hb=HEAD;hp=47f131560d18c757f9ea7441652831324e295dd1;hpb=c6a0f381cca8ec937ef046e0ef0d62156fb1d7be;p=movit diff --git a/header.comp b/header.comp index 47f1315..f4ebbed 100644 --- a/header.comp +++ b/header.comp @@ -3,7 +3,7 @@ #extension GL_ARB_shader_image_load_store : enable #extension GL_ARB_shader_image_size : enable -// FIXME this needs to be auto-output or something +// The texture the compute shader is writing to. uniform restrict writeonly image2D tex_outbuf; // Defined in footer.comp.