Type Definition glutin::RawContext

source ·
pub type RawContext<T> = ContextWrapper<T, ()>;
Expand description

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, ()>.