X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=shaderlib%2Fbloom_combine.glsl;h=40668636d6d4f4558e198575a38e35c107050727;hb=53dac3ba3cb3a1e4ed23d5fa459187acde7a4904;hp=4e46776d273d3f4196f0dd9b2c210456cb10bd88;hpb=e55f79ccb21e8c1be3d86f127e3ec1583e58ce92;p=libs%2Fgl.git 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);