]> git.sesse.net Git - movit/blobdiff - header.comp
Remove some unused members in tests. Found by Clang 7.
[movit] / header.comp
index dc2fd089441622632e23c1bb53a236ef045b6eea..f4ebbed039cf35333b6f0b7a165169d9ac1e50a8 100644 (file)
@@ -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);