X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=header.comp;fp=header.comp;h=f4ebbed039cf35333b6f0b7a165169d9ac1e50a8;hp=47f131560d18c757f9ea7441652831324e295dd1;hb=df680997fd54d7949a7d83edfa02d870e581527c;hpb=dff7a05663a3c9c32cf1d75b928fac3ebe384ffd 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.