GithubHelp home page GithubHelp logo

lucoiso / uefsr Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 11.0 100 KB

Adapted version of the FidelityFX Super Resolution for Unreal Engine 5.

Home Page: https://forums.unrealengine.com/t/free-amd-fsr-1-0-for-unreal-engine-5-amd-fidelityfx-super-resolution/510459?u=lucoiso

License: MIT License

C# 5.16% C++ 91.28% C 3.56%

uefsr's People

Contributors

lucoiso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

uefsr's Issues

FSR 2.1 for UE5.1

Hi. Could you take a look at the FSR2.1.2 plugin and update it to UE5.1 if possible? For some reason, AMD is in no hurry with this, and if you try to rebuild the version for UE5.0(updated 19th October 2022), then there are errors and you need to figure it out.

Viewport case handling when don't use upscaler

When the screen percentage is at 100%, upscaler is not used, so your shader has to offset the output texture.
In PostProcessFFX_RCAS.usf, you have to do the same as PostProcessFFX_FSR.usf in this case
AU2 gxy = AU2(SvPosition.xy - VPColor_ViewportMin);

Other thing, in FSRSubpassEASU.cpp when you initialize bEASUEnabled you compare the viewport rect instead of size, it can lead in false positive.

Support for newest ue5-main

Hi, thank you for your work on porting this plugin to UE5! I'm trying to compile it for the latest ue5-main changes but it seems to me the engine changes have broken it again. Are you planning further support for this plugin? Thanks!

Most of the messages relate to "Use of undefined type FViewInfo", but I suspect some of the errors are red herrings due to other errors. I've tried looking through it myself but I'm unfortunately very new to the intimidating UE API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.