Does nvidia's MFAA work on the MSAA anti-aliasing in dolphin?
Edit: I'm asking this out of curiosity.
Edit: I'm asking this out of curiosity.
MFAA with MSAA in dolphin
|
Does nvidia's MFAA work on the MSAA anti-aliasing in dolphin?
Edit: I'm asking this out of curiosity. 09-30-2017, 09:11 AM
It's very unlikely. Temporal and temporally-assisted anti-aliasing techniques require extensive support in the game engine. In order to reuse samples from previous frames, you need to know where objects were in the previous frame compared to the current one. There's basically no other reason to keep this data around, so most game engines will discard it.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X RAM: 16GB GPU: Radeon Vega 56 (09-30-2017, 09:11 AM)AnyOldName3 Wrote: It's very unlikely. Temporal and temporally-assisted anti-aliasing techniques require extensive support in the game engine. In order to reuse samples from previous frames, you need to know where objects were in the previous frame compared to the current one. There's basically no other reason to keep this data around, so most game engines will discard it. I can't remember where but I read that mfaa works with any game that uses msaa. EDIT: Found this https://www.reddit.com/r/nvidia/comments/3g7y6w/so_what_can_i_use_mfaa_with_is_there_a_list/ 09-30-2017, 12:49 PM
It does work on any application with a “normal” MSAA implementation. However it really doesn’t give any additional quality, more performance. The temporal component is merely a functional to simulate the higher anti-aliasing.
09-30-2017, 02:49 PM
|
« Next Oldest | Next Newest »
|