Trait solstice::shader::UniformGetter[][src]

pub trait UniformGetter<U: UniformTrait> {
    fn get_uniform(&self) -> &U;
}

Required methods

fn get_uniform(&self) -> &U[src]

Loading content...

Implementors

Loading content...