Enum gfx_scene::Error [] [src]

pub enum Error {
    Batch(Error),
    Flush(FlushError),
}

Scene drawing error.

Variants

Error in creating a batch.

Error in sending a batch for drawing.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.