Enum gfx::shade::ProgramError [] [src]

pub enum ProgramError {
    Vertex(CreateShaderError),
    Pixel(CreateShaderError),
    Link(CreateProgramError),
}

Program linking error

Variants

Vertex

Unable to compile the vertex shader

Pixel

Unable to compile the pixel shader

Unable to link

Trait Implementations

Derived Implementations

impl Debug for ProgramError

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

impl PartialEq for ProgramError

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

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

impl Clone for ProgramError

fn clone(&self) -> ProgramError

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