trait BlendModeExt {
// Required method
fn is_destructive(&self) -> bool;
}
Required Methods§
Sourcefn is_destructive(&self) -> bool
fn is_destructive(&self) -> bool
Whether a blend mode might cause destructive changes in the backdrop. This disallows certain optimizations (like for example inlining a blend mode or only applying a blend mode to the current clipping area).