Viewport.msaa

The multisample anti-aliasing mode. A higher number results in smoother edges at the cost of significantly worse performance. A value of 4 is best unless targeting very high-end systems.

  1. Viewport.MSAA msaa [@property getter]
    struct Viewport
    @nogc nothrow @property
    msaa
    ()
  2. long msaa [@property setter]

Meta