Enum gfx::render::batch::Error [] [src]

pub enum Error {
    Mesh(Error),
    Parameters(ParameterError),
    ContextFull,
}

An error occurring at batch creation

Variants

Mesh

Error connecting mesh attributes

Parameters

Error connecting shader parameters

ContextFull

Error context is full

Trait Implementations

Derived Implementations

impl PartialEq for Error

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

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

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

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