X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=header.comp;h=266e24fc83b4519c3bd3a7247b711a23bb7b87c9;hp=276656896c51dfdab5245dde05f404f87cb9eaf7;hb=3b9957afac0555a126d1941d7027fb52e29b309a;hpb=c6ee050546b6940ae19a74f92bdcc8d2b1f56d22 diff --git a/header.comp b/header.comp index 2766568..266e24f 100644 --- a/header.comp +++ b/header.comp @@ -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) {