Enum gfx::PipelineStateError [] [src]

pub enum PipelineStateError {
    Program(ProgramError),
    DescriptorInit(InitError),
    DeviceCreate(CreationError),
}
[]

Error creating a PipelineState

Variants

Program

Shader program failed to link.

DescriptorInit

Unable to create PSO descriptor due to mismatched formats.

DeviceCreate

Device failed to create the handle give the descriptor.

Trait Implementations

Derived Implementations

impl Debug for PipelineStateError

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

impl PartialEq for PipelineStateError

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

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

impl Clone for PipelineStateError

fn clone(&self) -> PipelineStateError

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