Viewport.fxaa

Enables fast approximate antialiasing. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.

  1. bool fxaa [@property getter]
    struct Viewport
    @nogc nothrow @property
    bool
    fxaa
    ()
  2. bool fxaa [@property setter]

Meta