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 EmptyUniforms
fn visit_values<'a, F: FnMut(&str, UniformValue<'a>)>(&'a self, _: F)
impl Clone for EmptyUniforms
fn clone(&self) -> EmptyUniforms
fn clone_from(&mut self, source: &Self)
impl Copy for EmptyUniforms
impl Debug for EmptyUniforms