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]
  2. long msaa [@property setter]
    struct Viewport
    @nogc nothrow @property
    void
    msaa
    (
    long v
    )

Meta