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 |