Trait luminance::shader::uniform::Uniformable [] [src]

pub trait Uniformable<C>: Sized where C: HasUniform {
    fn update(u: &Uniform<C, Self>, x: Self);
}

Types that can behave as Uniform.

Required Methods

fn update(u: &Uniform<C, Self>, x: Self)

Implementors