X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=shaderlib%2Fcolorcurve.glsl;h=23b5577dc4a05d72cfc46083aa714fd006484938;hp=63f63138145a2dd73a1d4f82d7542007d3ba90ac;hb=ff85f90d33023d908c534b0bf5d9a65e9fc2cce2;hpb=444151a0c0c31eac99663c19dda87a7c543bee84 diff --git a/shaderlib/colorcurve.glsl b/shaderlib/colorcurve.glsl index 63f63138..23b5577d 100644 --- a/shaderlib/colorcurve.glsl +++ b/shaderlib/colorcurve.glsl @@ -7,7 +7,7 @@ uniform ToneMapping vec3 brightness_response; }; -////// fragment +#pragma MSP stage(fragment) void main() { vec4 incoming = texture(source, texcoord);