VisualServerSingleton.viewportSetUseFxaa

Enables fast approximate antialiasing for this viewport. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.

struct VisualServerSingleton
@nogc nothrow
void
viewportSetUseFxaa
(
in RID viewport
,
in bool fxaa
)

Meta