Enum gfx_debug_draw::DebugRendererError
[−]
[src]
pub enum DebugRendererError {
PipelineStateError(PipelineStateError),
UpdateError(UpdateError<usize>),
GfxTextError(Error),
}Variants
PipelineStateError(PipelineStateError)UpdateError(UpdateError<usize>)GfxTextError(Error)Trait Implementations
impl Debug for DebugRendererError[src]
impl From<PipelineStateError> for DebugRendererError[src]
fn from(err: PipelineStateError) -> DebugRendererError
Performs the conversion.
impl From<UpdateError<usize>> for DebugRendererError[src]
fn from(err: UpdateError<usize>) -> DebugRendererError
Performs the conversion.
impl From<Error> for DebugRendererError[src]
fn from(err: Error) -> DebugRendererError
Performs the conversion.