Struct glium::uniforms::EmptyUniforms
[−]
[src]
pub struct EmptyUniforms;
Object that can be used when you don't have any uniforms.
pub struct EmptyUniforms;
Object that can be used when you don't have any uniforms.
impl Uniforms for EmptyUniformsfn visit_values<'a, F: FnMut(&str, UniformValue<'a>)>(&'a self, _: F)impl Clone for EmptyUniformsfn clone(&self) -> EmptyUniformsfn clone_from(&mut self, source: &Self)impl Copy for EmptyUniformsimpl Debug for EmptyUniforms