]> git.tdb.fi Git - libs/gl.git/blobdiff - shaderlib/bloom_combine.glsl
Refactor the interface of SL::Compiler
[libs/gl.git] / shaderlib / bloom_combine.glsl
index 4e46776d273d3f4196f0dd9b2c210456cb10bd88..40668636d6d4f4558e198575a38e35c107050727 100644 (file)
@@ -1,7 +1,7 @@
 import postprocess;
 import bloom;
 
-////// fragment
+#pragma MSP stage(fragment)
 void main()
 {
        frag_color = mix(texture(source, texcoord), texture(blurred, texcoord), strength);