Enum luminance::shader::stage::StageError [] [src]

pub enum StageError {
    CompilationFailed(TypeString),
    UnsupportedType(Type),
}

Variants

CompilationFailed(TypeString)

Occurs when a shader fails to compile.

UnsupportedType(Type)

Occurs when you try to create a shader which type is not supported on the current hardware.

Trait Implementations

impl Debug for StageError
[src]

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

Formats the value using the given formatter.

impl Clone for StageError
[src]

fn clone(&self) -> StageError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more