-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
When FSR or NIS is enabled, FPS decreases #139
Comments
The Lab is a bit of a special case. It might be that it's ignoring/circumventing SteamVR resolution settings, in which case the game might not actually be rendering at a lower resolution, but instead rendering at the same resolution, and then it is upscaled to an even higher resolution by FSR, which costs performance. You can check the log file and take note of the mentioned resolutions. If it creates textures that are higher than what your SteamVR settings indicate, then what I wrote is true. I have to ask, though. Why do you want to apply the mod if you get frametimes of 6.3 ms? That makes very little sense :) |
Because I wanted to see what the game would look like through FSR and, with FSR, go from 200% resolution to 300-400% (for an even sharper picture, since FSR also applies a sharpness filter) |
I use FSR with Ragnarock to increase the maximum amount of supersampling I can use on that game. A handful of VR games run so well that you can increase the resolution to absolutely absurd values and not have it bottleneck your graphics card. Gorilla Tag, Beat Saber, IETYD2, and a few others. |
https://github.com/ValveSoftware/the_lab_renderer Could be this system messing with it. |
I checked it in the game The Lab. When openvr fsr is not installed, my frametime is 6.3 ms, when installed (77% resolution), it goes up to 8.8 ms. Is there any way to solve this?
The text was updated successfully, but these errors were encountered: