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