[]Trait geng::prelude::ugli::UniformVisitor

pub trait UniformVisitor {
    fn visit<U>(&mut self, name: &str, uniform: &U)
    where
        U: Uniform
; }

Required methods

fn visit<U>(&mut self, name: &str, uniform: &U) where
    U: Uniform

Loading content...

Implementors

Loading content...