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.

ConstantDescription
gfx.antialiasing.aa_mode.DISABLEDNo screen-space or temporal antialiasing is applied
gfx.antialiasing.aa_mode.FXAAFast approximate antialiasing — cheap post-process, softens the image
gfx.antialiasing.aa_mode.TAATemporal antialiasing — accumulates prior frames for sharper edges, can ghost on fast motion

On this page