Enum luminance::framebuffer::FramebufferError [] [src]

pub enum FramebufferError {
    Incomplete(String),
}

Framebuffer error.

Incomplete(reason) occurs at framebuffer creation and reason gives a String explaination of the failure.

Variants

Trait Implementations

impl Debug for FramebufferError
[src]

Formats the value using the given formatter.