Struct nannou::ui::backend::glium::glium::uniforms::UniformsStorage[][src]

pub struct UniformsStorage<'n, T, R> where
    R: Uniforms,
    T: AsUniformValue
{ /* fields omitted */ }

Stores uniforms.

Methods

impl<'n, T> UniformsStorage<'n, T, EmptyUniforms> where
    T: AsUniformValue
[src]

Builds a new storage with a value.

impl<'n, T, R> UniformsStorage<'n, T, R> where
    R: Uniforms,
    T: AsUniformValue
[src]

Adds a value to the storage.

Trait Implementations

impl<'n, T, R> Uniforms for UniformsStorage<'n, T, R> where
    R: Uniforms,
    T: AsUniformValue
[src]

Calls the parameter once with the name and value of each uniform.

Auto Trait Implementations

impl<'n, T, R> Send for UniformsStorage<'n, T, R> where
    R: Send,
    T: Send

impl<'n, T, R> Sync for UniformsStorage<'n, T, R> where
    R: Sync,
    T: Sync