Trait glium::uniforms::AsUniformValue [] [src]

pub trait AsUniformValue {
    fn as_uniform_value(&self) -> UniformValue;
}

Value that can be used as the value of a uniform.

This includes buffers and textures for example.

Required Methods

fn as_uniform_value(&self) -> UniformValue

Builds a UniformValue.

Implementors