Struct three_d::renderer::effect::FXAAEffect [−][src]
pub struct FXAAEffect {
pub color: Vec3,
pub density: f32,
pub animation: f32,
// some fields omitted
}Expand description
A simple anti-aliasing approach which smooths otherwise jagged edges (for example lines) but also smooths the rest of the image.
Fields
color: Vec3density: f32animation: f32Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FXAAEffect
impl !Send for FXAAEffect
impl !Sync for FXAAEffect
impl Unpin for FXAAEffect
impl !UnwindSafe for FXAAEffect
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
