Enum gfx_debug_draw::DebugRendererError [] [src]

pub enum DebugRendererError {
    ShaderProgramError(ProgramError),
    BitmapFontTextureError,
}

Variants

ShaderProgramError
BitmapFontTextureError

Trait Implementations

impl From<ProgramError> for DebugRendererError

fn from(err: ProgramError) -> DebugRendererError

Derived Implementations

impl Debug for DebugRendererError

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