Enum glium_pib::Error [] [src]

pub enum Error {
    Gl(&'static strc_uint),
    Fn(&'static str),
    Sl(LoadingError),
    Dl(String),
}

Possible errors.

Variants

Open-GL error with the name of the function which caused the error and the error code returned by glGetError().

Is used when the return value of a function call indicates an error.

Shared library error.

Dynamic library error.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.