-
Notifications
You must be signed in to change notification settings - Fork 16
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
Document vsync/presentation-interval #76
Comments
new suggestion:
|
maybe just show the warning next to perfmeter. thats where you look for stutters |
yet another suggestion:
Cooperative means:
|
or could it be just a global setting VSYNC on/off on the MainLoop node and the system makes sure max one renderer (even between skia and stride) has vsync set. and we could even get rid of the vsync inputs on renderers? |
There might be situations where you want to sync to a specific screen. How would that work? |
@bj-rn please detail that situation |
For example the main output is some LED-screen and another output is a connected to a preview monitor. The timings of those two most likely differ and in that case one certainly wants to sync to the main output. |
https://learn.microsoft.com/en-us/windows/win32/direct3d9/d3dpresent
The text was updated successfully, but these errors were encountered: