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

The most efficient option should be chosen.

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

No preference.

Trait Implementations

impl Clone for Smooth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Smooth
[src]

impl Debug for Smooth
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Smooth
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Smooth
[src]