vulkan: Implement FidelityFX Super Resolution

This commit is contained in:
Marshall Mohror 2021-10-16 20:33:58 -05:00 committed by Fernando Sahmkow
parent d4f5193bd3
commit 37cb0377ae
11 changed files with 643 additions and 17 deletions

View file

@ -64,6 +64,7 @@ enum class ScalingFilter : u32 {
Bilinear = 0,
Bicubic = 1,
ScaleForce = 2,
Fsr = 3,
};
struct ResolutionScalingInfo {