Trait webgl_rc::CachedSettings
source · [−]pub trait CachedSettings {
fn set(gl: &Gl, value: &Self);
fn read_cached(cache: &impl Deref<Target = SettingsCache>) -> Self;
fn write_cached(
cache: &mut impl DerefMut<Target = SettingsCache>,
value: &Self
);
}
Required Methods
source
fn read_cached(cache: &impl Deref<Target = SettingsCache>) -> Self
source