video_core: Integrate SMAA
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
This commit is contained in:
parent
b9ebc10680
commit
292cc68b75
24 changed files with 13894 additions and 28 deletions
|
@ -76,7 +76,8 @@ enum class ScalingFilter : u32 {
|
|||
enum class AntiAliasing : u32 {
|
||||
None = 0,
|
||||
Fxaa = 1,
|
||||
LastAA = Fxaa,
|
||||
Smaa = 2,
|
||||
LastAA = Smaa,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue