Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Enhancement: MSAA #19

Open
SirYodaJedi opened this issue Dec 15, 2019 · 1 comment
Open

Enhancement: MSAA #19

SirYodaJedi opened this issue Dec 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@SirYodaJedi
Copy link

While GPU drivers can force traditional antialiasing in D3D8 and oftentimes D3D9, users can only modify the traditional AA method in D3D10 and D3D11 if some form of MSAA is already present. Otherwise, users are stuck with post-process methods (SMAA, FXAA, etc.), which are less effective at resolving aliasing in a forward-rendered game such as SADX. Therefore, integrated MSAA support should be considered down the road, as the renderer approaches maturity and more widespread usage.

@SirYodaJedi
Copy link
Author

Addendum:

I'm mostly familiar with Nvidia and Intel, but this seems to partially affect AMD too.
SSAA is also viable, but a bit overkill (speaking as someone who is forcing SGSSAA in the game instead of just MSAA).

@michael-fadely michael-fadely added the enhancement New feature or request label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants