Trait gfx::shade::ToUniform [] [src]

pub trait ToUniform: Copy {
    fn convert(self) -> UniformValue;
}

Required Methods

fn convert(self) -> UniformValue

Implementors