X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=shaderlib%2Fcolorcurve.glsl;h=23b5577dc4a05d72cfc46083aa714fd006484938;hb=4bee7581168e0803dd24568b61e590d2a4830f96;hp=63f63138145a2dd73a1d4f82d7542007d3ba90ac;hpb=eb6a546dcffc1b67f0a23d8b075fbdc86a2872a0;p=libs%2Fgl.git 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);