Enum glutin::ReleaseBehavior 
            
                [−]
            
        [src]
pub enum ReleaseBehavior {
    None,
    Flush,
}The behavior of the driver when you change the current context.
Variants
None | Doesn't do anything. Most notably doesn't flush.  | |
Flush | Flushes the context that was previously current as if   |