]> git.sesse.net Git - movit/blobdiff - header.comp
Some no-op cleanups.
[movit] / header.comp
index 47f131560d18c757f9ea7441652831324e295dd1..f4ebbed039cf35333b6f0b7a165169d9ac1e50a8 100644 (file)
@@ -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.