mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
vulkan: Implement FidelityFX Super Resolution
This commit is contained in:
parent
a75a56e998
commit
2173534da5
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