-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenXR Toolkit Crashes on DX12/Integrate FR Into UEVR #44
Comments
Pinned and renamed the issue for further visibility so I don't get additional issues about this |
Since OpenXR Toolkit crashes with this and is left abandoned and vrperfkit does not work with this (tested both), we have no upscaling technology, which is desperately needed to improve performance/quality. Maybe Code out of any of those can be leveraged to integrate FSRv1 (i heard the newer versions can not be integrated in a "generic way")? Maybe even "plugging in" the FSR 3.0 UE plugin (https://www.youtube.com/watch?v=c6j-gcfHEKU) "on the fly" can be done? |
Unreal Engine has a native temporal upscaler compatible with all games. Search something like this : "Renderer_r.TemporalAA.Upsampling=1" Set to 1 If the game has native DLSS use it instead, if not, this setting is gamechanger. you can also edit "C:\Users...user...\AppData\Roaming\UnrealVRMod\example_game" example: Core_r.ScreenPercentage=58.000000 |
Is your feature request related to a problem? Please describe.
The OpenXR Toolkit has a generic functionality to allow fixed foveated rendering to improve performance in games. The current app OpenXR Toolkit 1.3.2 seems not to be compatible with UEVR. The issue might be that two different toolkits are trying to access the same APIs (just a hunch)
Describe the solution you'd like
Either enable UEVR to run in parallel with OpenXR Toolkit or (preferred) have native fixed foveated rending support in UEVR. This could help a lot to improve performance in all VR games.
Describe alternatives you've considered
Disable OpenXR Toolkit and reduce the OpenXR overall resolution in UEVR. Noticeable reductionin picture quality though.
Additional context
n/a
The text was updated successfully, but these errors were encountered: