vulkan: Implement FidelityFX Super Resolution
This commit is contained in:
parent
d4f5193bd3
commit
37cb0377ae
11 changed files with 643 additions and 17 deletions
|
@ -64,6 +64,7 @@ enum class ScalingFilter : u32 {
|
|||
Bilinear = 0,
|
||||
Bicubic = 1,
|
||||
ScaleForce = 2,
|
||||
Fsr = 3,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue