Enum glium::GliumCreationError
[−]
[src]
pub enum GliumCreationError<T> {
BackendCreationError(T),
IncompatibleOpenGl(String),
}Error that can happen while creating a glium display.
Variants
BackendCreationError | An error has happened while creating the backend. |
IncompatibleOpenGl | The OpenGL implementation is too old. |