vulkan: Implement FidelityFX Super Resolution

This commit is contained in:
Marshall Mohror
2021-11-16 22:11:31 +01:00
committed by Fernando Sahmkow
parent d4f5193bd3
commit 37cb0377ae
11 changed files with 643 additions and 17 deletions
+1
View File
@@ -64,6 +64,7 @@ enum class ScalingFilter : u32 {
Bilinear = 0,
Bicubic = 1,
ScaleForce = 2,
Fsr = 3,
};
struct ResolutionScalingInfo {