sultim-t / xash-rt

Fork of the Xash3D FWGS with a real-time path tracing
1.1k stars 24 forks source link

Implement DLAA #18

Open mastan-rus opened 1 year ago

mastan-rus commented 1 year ago

It's basically DLSS with native resolution. Good and stable AA when you have powerful GPU.

Tried forcing it with DLSSTweaks but it didn't work.

mastan-rus commented 1 year ago

After looking through console commands I found a way to enable it:

rt_upscale_dss 5
rt_renderscale 100

The first command enables "DLSS with rt_renderscale" and the second one sets render scale at 100%.

But it would be nice to have it as a selectable option in settings.

You can do similar thing with FSR2, some call it FSRAA:

rt_upscale_fsr2 5
rt_renderscale 100