bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
14.59k stars 1.92k forks source link

Feature request: Support FSR 3 instead of FSR 1 #3259

Open LDprg opened 4 months ago

LDprg commented 4 months ago

Bgfx does support FSR 1, however it is a bit outdated since we have FSR 3 nowadays.

FSR 3 does result in way better performance and quality (more details and less flickering). There is also no real downside of implementing it (besides the one time effort in implementing it) as the platform compatibility did not change.