import postprocess; import bloom; #pragma MSP stage(fragment) void main() { frag_color = mix(texture(source, texcoord), texture(blurred, texcoord), strength); }