Trait ugli::Uniform[][src]

pub trait Uniform {
    fn apply(&self, gl: &Context, info: &UniformInfo);
}

Required methods

Implementations on Foreign Types

Implementors