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.

Trait Implementations

Derived Implementations

impl Eq for ReleaseBehavior

impl PartialEq for ReleaseBehavior

fn eq(&self, __arg_0: &ReleaseBehavior) -> bool

fn ne(&self, __arg_0: &ReleaseBehavior) -> bool

impl Debug for ReleaseBehavior

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ReleaseBehavior

fn clone(&self) -> ReleaseBehavior

fn clone_from(&mut self, source: &Self)

impl Copy for ReleaseBehavior