Constant COPY_BODY

Source
const COPY_BODY: &str = "vec4 effect(vec4 src, vec2 uv) { return src; }";
Expand description

vec4 effect(..) bodies that are not per-effect: a pass-through and the two-input matte.