Enum glium::draw_parameters::Smooth [] [src]

pub enum Smooth {
    Fastest,
    Nicest,
    DontCare,
}

Specifies a hint for the smoothing.

Note that this is just a hint and the driver may disregard it.

Variants

Fastest

The most efficient option should be chosen.

Nicest

The most correct, or highest quality, option should be chosen.

DontCare

No preference.

Trait Implementations

Derived Implementations

impl Eq for Smooth

impl PartialEq for Smooth

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

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

impl Debug for Smooth

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

impl Copy for Smooth

impl Clone for Smooth

fn clone(&self) -> Smooth

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