Enum glium::glutin::CreationError [] [src]

pub enum CreationError {
    OsError(String),
    NotSupported,
    NoBackendAvailable(Box<Error + 'static + Send>),
    RobustnessNotSupported,
    OpenGlVersionNotSupported,
    NoAvailablePixelFormat,
}

Error that can happen while creating a window or a headless renderer.

Variants

OsError
NotSupported

TODO: remove this error

NoBackendAvailable
RobustnessNotSupported
OpenGlVersionNotSupported
NoAvailablePixelFormat

Trait Implementations

impl Display for CreationError

fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>

impl Error for CreationError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for CreationError

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>