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

pub enum ProgramError {
    LinkFailed(String),
}

Variants

Trait Implementations

impl Debug for ProgramError
[src]

Formats the value using the given formatter.

impl Clone for ProgramError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more