You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently GLControl doesn't allow you to set VSync, we should try and expose this setting.
As of writing I don't know the detains on how NativeWindow and the Control is being "kept in sync" so I don't know if some sorcery is needed for this to properly work.
The text was updated successfully, but these errors were encountered:
Context.SwapInterval is also a thing in OpenTK 4, could supporting a VSync property in OpenTK 4 be as simple as porting the same logic from OpenTK 3 to OpenTK 4?
It's likely not as simple as in OpenTK 4 we are running a separate window from the WinForms windows. But it could turn out to be that simple, so it's worth a try.
I haven't had the time to look into this issue. If you have any questions about trying to solve the issue yourself I'll try and answer any questions to the best of my knowledge.
Currently
GLControl
doesn't allow you to setVSync
, we should try and expose this setting.As of writing I don't know the detains on how
NativeWindow
and the Control is being "kept in sync" so I don't know if some sorcery is needed for this to properly work.The text was updated successfully, but these errors were encountered: