Trait ringl::Light[][src]

pub trait Light {
    fn ty(&self) -> &str;
fn uniforms(
        &self,
        trafo: &Mvp,
        texture_bind_offset: &mut u32
    ) -> Vec<Uniform>; }

Required Methods

Implementors