Enum dwarf_term::DwarfTermGliumError[][src]

pub enum DwarfTermGliumError {
    DisplayCreationError(DisplayCreationError),
    ProgramCreationError(ProgramCreationError),
    TextureCreationError(TextureCreationError),
    BufferCreationError(BufferCreationError),
    DrawError(DrawError),
    SwapBuffersError(SwapBuffersError),
}

Some sort of OpenGL error happened.

If it did, this is probably my fault.

Variants

Trait Implementations

impl Debug for DwarfTermGliumError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations