Viewport.MSAA/msaa - multiple declarations
Function 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 targetting very high-end systems.
Enum Viewport.MSAA
enum MSAA
: int { ... }
Enum members
Name | Description |
---|---|
msaa16x
|
Use 16x Multisample Antialiasing. Likely unsupported on medium and low-end hardware. |
msaa2x
|
Use 2x Multisample Antialiasing. |
msaa4x
|
Use 4x Multisample Antialiasing. |
msaa8x
|
Use 8x Multisample Antialiasing. Likely unsupported on low-end and older hardware. |
msaaDisabled
|
Multisample anti-aliasing mode disabled. This is the default value. |