Question regarding Silt.NET.Windowing multi-threaded behavior? #2256
Unanswered
XiaochaoYan
asked this question in
Q&A
Replies: 2 comments 11 replies
-
This functionality was removed in 2.0 and I guess the doc comment wasn't updated. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have successfully implemented a render thread approach and put DoRender() and DoUpdate() in it, to solve the hanging while dragging a window deal. Works pretty nice. |
Beta Was this translation helpful? Give feedback.
9 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.
-
This is what I found in src/Windowing/Silk.NET.Windowing.Common/Interfaces/IView.cs . Does this mean we can assume Silk.NET itself will create thread to boost performance when it is possbile or do we need to manually start a seperate render thread for Silk.NET?
I am also curious about the default refresh rate and v-sync related behavior.
Beta Was this translation helpful? Give feedback.
All reactions