Trait vizia::vg::gpu::ApplyOverrides

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

Required Methods§

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

Implementors§