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 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) -> bool1.0.0
This method tests for !=.
impl Debug for Smooth[src]
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