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