Enum nannou::ui::backend::glium::DrawError [] [src]

pub enum DrawError {
    Buffer(CreationError),
    Draw(DrawError),
}

Possible errors that may occur during a call to Renderer::draw.

Variants

Errors that might occur upon construction of a glium::VertexBuffer.

Errors that might occur when drawing to the glium::Surface.

Trait Implementations

impl From<DrawError> for DrawError
[src]

[src]

Performs the conversion.

impl From<CreationError> for DrawError
[src]

[src]

Performs the conversion.

impl Debug for DrawError
[src]

[src]

Formats the value using the given formatter.

impl Error for DrawError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for DrawError
[src]

[src]

Formats the value using the given formatter. Read more