mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 18:27:58 -05:00
vulkan: Implement FidelityFX Super Resolution
This commit is contained in:
committed by
Fernando Sahmkow
parent
d4f5193bd3
commit
37cb0377ae
@ -64,6 +64,7 @@ enum class ScalingFilter : u32 {
|
||||
Bilinear = 0,
|
||||
Bicubic = 1,
|
||||
ScaleForce = 2,
|
||||
Fsr = 3,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
Reference in New Issue
Block a user