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

pub enum ProgramError {
    LinkFailed(String),
    InactiveUniform(String),
    UniformTypeMismatch(String),
}

Variants

LinkFailed(String)InactiveUniform(String)UniformTypeMismatch(String)

Trait Implementations

impl Debug for ProgramError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.