Add Ultra low latency option #620
developomp
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
where do i even put __GL_MaxFramesAllowed=1? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I really hope this gains more traction, this should really be a thing on linux! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Windows, we can set low latency mode to "Ultra" to get the lowest amount of render queue latency at a driver level.
On Linux, however, the best thing we can do is to set
__GL_MaxFramesAllowed=1
which is only equivalent to "Low Latency: on" on Windows.Bringing this feature to Linux would greatly improve its viability as a competitive gaming platform.
Beta Was this translation helpful? Give feedback.
All reactions