Function gpu_only

Source
pub fn gpu_only(kind: EffectKind) -> bool
Expand 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.