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. |