Enum glium_sdl2::GliumSdl2Error [] [src]

pub enum GliumSdl2Error {
    WindowBuildError(WindowBuildError),
    ContextCreationError(String),
}

Variants

Trait Implementations

impl Debug for GliumSdl2Error
[src]

Formats the value using the given formatter.

impl From<String> for GliumSdl2Error
[src]

Performs the conversion.

impl From<WindowBuildError> for GliumSdl2Error
[src]

Performs the conversion.

impl Error for GliumSdl2Error
[src]

A short description of the error. Read more

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

impl Display for GliumSdl2Error
[src]

Formats the value using the given formatter. Read more