skia_safe::gpu::ganesh

Trait ApplyOverrides

Source
pub trait ApplyOverrides {
    // Required method
    fn apply_overrides(&mut self, workarounds: &DriverBugWorkarounds);
}

Required Methods§

Source

fn apply_overrides(&mut self, workarounds: &DriverBugWorkarounds)

Implementors§