Type Definition glutin::RawContext [−][src]
type RawContext<T> = ContextWrapper<T, ()>;
Represents an OpenGL Context which has an underlying window that is
stored separately.
This type can only be created via one of three ways:
Please see ContextWrapper<T, ()>.