Enum glium::backend::ReleaseBehavior
[−]
[src]
pub enum ReleaseBehavior {
None,
Flush,
}Defines what happens when you change the current context.
Variants
None | Nothing is done when using another context. |
Flush | The commands queue of the current context is flushed. |