Enum gfx_debug_draw::DebugRendererError [] [src]

pub enum DebugRendererError {
    PipelineStateError(PipelineStateError<String>),
    UpdateError(UpdateError<usize>),
    GfxTextError(Error),
}

Variants

Trait Implementations

impl Debug for DebugRendererError
[src]

[src]

Formats the value using the given formatter.

impl From<PipelineStateError<String>> for DebugRendererError
[src]

[src]

Performs the conversion.

impl From<UpdateError<usize>> for DebugRendererError
[src]

[src]

Performs the conversion.

impl From<Error> for DebugRendererError
[src]

[src]

Performs the conversion.