Enum glutin::ContextError
[−]
[src]
pub enum ContextError { IoError(Error), ContextLost, }
Error that can happen when manipulating an OpenGL context.
Variants
IoError | ||
ContextLost |