]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/colorcurve.glsl
Make animation curve creation more generic
[libs/gl.git] / shaderlib / colorcurve.glsl
index 63f63138145a2dd73a1d4f82d7542007d3ba90ac..23b5577dc4a05d72cfc46083aa714fd006484938 100644 (file)
@@ -7,7 +7,7 @@ uniform ToneMapping
        vec3 brightness_response;
 };
 
-////// fragment
+#pragma MSP stage(fragment)
 void main()
 {
        vec4 incoming = texture(source, texcoord);