Struct luminance::shader::program::AlterUniform [] [src]

pub struct AlterUniform<'a> { /* fields omitted */ }

A uniform altered with a value. Type erasure is performed on the type of the uniform so that this type can be collected and pass down to whatever function needs heterogenous collections of altered uniforms.

Methods

impl<'a> AlterUniform<'a>
[src]

Alter the uniform. You must not use that function directly.