Struct glium::uniforms::EmptyUniforms [] [src]

pub struct EmptyUniforms;

Object that can be used when you don't have any uniforms.

Trait Implementations

impl Debug for EmptyUniforms
[src]

[src]

Formats the value using the given formatter.

impl Copy for EmptyUniforms
[src]

impl Clone for EmptyUniforms
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Uniforms for EmptyUniforms
[src]

[src]

Calls the parameter once with the name and value of each uniform.