pub fn gpu_only(kind: EffectKind) -> boolExpand description
True for kinds that only exist as GPU shaders (engine/gpu): apply leaves the layer untouched, so
previews and exports on a machine without a GL context degrade gracefully instead of panicking.
Callers that must warn about what a CPU render drops (export) share this list.