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

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

Types that can behave as Uniform.

Required Methods

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

Implementors