Enum gfx::device::shade::CreateProgramError [] [src]

pub enum CreateProgramError {
    LinkFail(String),
    TargetMismatch(Vec<String>),
}

An error type for creating programs.

Variants

LinkFail
TargetMismatch

Trait Implementations

Derived Implementations

impl Debug for CreateProgramError

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

impl PartialEq for CreateProgramError

fn eq(&self, __arg_0: &CreateProgramError) -> bool

fn ne(&self, __arg_0: &CreateProgramError) -> bool

impl Clone for CreateProgramError

fn clone(&self) -> CreateProgramError

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