]> git.sesse.net Git - movit/blobdiff - header.comp
Support other output formats than GL_RGBA16F; was easier than originally feared.
[movit] / header.comp
index 276656896c51dfdab5245dde05f404f87cb9eaf7..266e24fc83b4519c3bd3a7247b711a23bb7b87c9 100644 (file)
@@ -3,7 +3,7 @@
 #extension GL_ARB_shader_image_load_store : enable
 
 // FIXME this needs to be auto-output or something
-layout(rgba16f) uniform restrict writeonly image2D outbuf;
+uniform restrict writeonly image2D outbuf;
 
 vec4 tex2D(sampler2D s, vec2 coord)
 {