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
FastestThe most efficient option should be chosen.
NicestThe most correct, or highest quality, option should be chosen.
DontCareNo preference.
Trait Implementations
impl Clone for Smooth[src]
fn clone(&self) -> Smooth[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Smooth[src]
impl Debug for Smooth[src]
impl PartialEq for Smooth[src]
fn eq(&self, __arg_0: &Smooth) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.