Struct glium::uniforms::EmptyUniforms
[−]
[src]
pub struct EmptyUniforms;
Object that can be used when you don't have any uniforms.
Trait Implementations
impl Clone for EmptyUniforms
[src]
fn clone(&self) -> EmptyUniforms
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for EmptyUniforms
[src]
impl Debug for EmptyUniforms
[src]
impl Uniforms for EmptyUniforms
[src]
fn visit_values<'a, F: FnMut(&str, UniformValue<'a>)>(&'a self, _: F)
Calls the parameter once with the name and value of each uniform.