X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=shaderlib%2Fbloom_combine.glsl;h=40668636d6d4f4558e198575a38e35c107050727;hp=4e46776d273d3f4196f0dd9b2c210456cb10bd88;hb=6a832fe1771f8c7bca0faa0d383fbbab062a1c56;hpb=e55f79ccb21e8c1be3d86f127e3ec1583e58ce92 diff --git a/shaderlib/bloom_combine.glsl b/shaderlib/bloom_combine.glsl index 4e46776d..40668636 100644 --- a/shaderlib/bloom_combine.glsl +++ b/shaderlib/bloom_combine.glsl @@ -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);