[−][src]Macro glium::uniform
Returns an implementation-defined type which implements the Uniform
trait.
Example
let uniforms = uniform! { color: [1.0, 1.0, 0.0, 1.0], some_value: 12i32 };
Returns an implementation-defined type which implements the Uniform
trait.
let uniforms = uniform! { color: [1.0, 1.0, 0.0, 1.0], some_value: 12i32 };