SMAA 1x anti-aliasing — a spatial, single-frame alternative to
TAAFeature. No camera jitter, no history, no temporal ghosting; it
cleans up edges within the current frame using SMAAPass's three
sub-passes. Register it where post-processing belongs (after lighting /
overlays, before bloom / tonemap).
Reads frame.hdr and writes the resolved HDR back to frame.hdr. Unlike TAA,
it needs neither depth nor velocity nor a jittered camera, so it slots into
any pipeline (forward, forward+, deferred) unchanged.
SMAA 1x anti-aliasing — a spatial, single-frame alternative to TAAFeature. No camera jitter, no history, no temporal ghosting; it cleans up edges within the current frame using
SMAAPass's three sub-passes. Register it where post-processing belongs (after lighting / overlays, before bloom / tonemap).Reads
frame.hdrand writes the resolved HDR back toframe.hdr. Unlike TAA, it needs neither depth nor velocity nor a jittered camera, so it slots into any pipeline (forward, forward+, deferred) unchanged.