gfx.antialiasing.aa_mode
Client
Enumeration of supported antialiasing modes
Values
This is independent of MSAA — refer gfx.antialiasing.msaa_mode, which can be combined with any of the below.
| Constant | Description |
|---|---|
gfx.antialiasing.aa_mode.DISABLED | No screen-space or temporal antialiasing is applied |
gfx.antialiasing.aa_mode.FXAA | Fast approximate antialiasing — cheap post-process, softens the image |
gfx.antialiasing.aa_mode.TAA | Temporal antialiasing — accumulates prior frames for sharper edges, can ghost on fast motion |