Enum glium::glutin::CreationError
[−]
[src]
pub enum CreationError {
OsError(String),
NotSupported,
}Error that can happen while creating a window or a headless renderer.
Variants
OsError | |
NotSupported |