Trait ApplyOverrides
pub trait ApplyOverrides {
// Required method
fn apply_overrides(&mut self, workarounds: &GrDriverBugWorkarounds);
}Available on crate features
engine and gpu only.pub trait ApplyOverrides {
// Required method
fn apply_overrides(&mut self, workarounds: &GrDriverBugWorkarounds);
}engine and gpu only.