protonscr

[Feature Request] SMAA/FXAA Implementation

dxvkclosed
doitsujin/dxvk#3160 · opened 2023-01-01 by brad86m · updated 2023-01-02 · 1 comments · github
Bbrad86m 2023-01-01 github

Vulkan does not work with Nvidia Control Panel AA solutions like FXAA, SSAA, SGSAA, and the only way to get AA on games that do not natively have it would be to use DSR to downsample the image from a higher internal resolution. The issue with this is that Nvidia uses a simple bicubic filter for downsampling, resulting in a lot of shimmering being missed. Especially on specular edges.
Combining FXAA with downsampling works really well, and the option to implement via DXVK directly, and not having to use something like Reshade, would be very welcome.

Ddoitsujin maintainer 2023-01-02 github

This is outside the scope of what DXVK is supposed to do.

vkBasalt already does what you want.

Nothing extracted yet.