From: Steinar H. Gunderson Date: Tue, 23 Jan 2018 21:12:38 +0000 (+0100) Subject: Remove a FIXME which turned out to not be so important after all. X-Git-Tag: 1.6.0~2 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=df680997fd54d7949a7d83edfa02d870e581527c Remove a FIXME which turned out to not be so important after all. --- 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.