Enum luminance::shader::program::UniformWarning [] [src]

pub enum UniformWarning {
    Inactive(String),
    TypeMismatch(String),
}

Variants

Trait Implementations

impl Clone for UniformWarning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UniformWarning
[src]

Formats the value using the given formatter.