import flat_effect; import _bloom; #pragma MSP stage(fragment) layout(location=0) out vec4 frag_color; void main() { frag_color = mix(texture(source, texcoord), texture(blurred, texcoord), strength); }