opentk / GLControl

WinForms control for OpenTK 4.x.
https://opentk.net
Other
54 stars 24 forks source link

Setting for enabling and disabling VSync #36

Open NogginBops opened 1 year ago

NogginBops commented 1 year ago

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.