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