Enum glutin::CreationError 
                   
                       [−]
                   
               [src]
pub enum CreationError {
    OsError(String),
    NotSupported,
    NoBackendAvailable(Box<Error + Send>),
    RobustnessNotSupported,
    OpenGlVersionNotSupported,
    NoAvailablePixelFormat,
}Error that can happen while creating a window or a headless renderer.
Variants
OsError(String)NotSupportedTODO: remove this error
NoBackendAvailable(Box<Error + Send>)RobustnessNotSupportedOpenGlVersionNotSupportedNoAvailablePixelFormatTrait Implementations
impl Debug for CreationError[src]
impl Display for CreationError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.