Hacker News new | ask | show | jobs
by masklinn 1625 days ago
> My go-to solution in games with lackluster anti-alias is to just render them at a super-high resolution (4k/8k) and downscale, but that's not great for performance usually.

By "lackluster anti-alias" do you mean some sort of home-grown MSAA that's garbage?

Because you're hand-rolling SSAA/FSAA, can't you just override the AA settings in the graphics driver to force FSAA or something?