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

impl Eq for Smooth
[src]

impl PartialEq for Smooth
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for Smooth
[src]

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

Formats the value using the given formatter.

impl Copy for Smooth
[src]

impl Clone for Smooth
[src]

fn clone(&self) -> Smooth

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more