OpenTK: Can I assume that all calls to OnUpdateFrame and OnRenderFrame will occur on the same thread?
Simple test showed it to be the case in one instance, but I nee开发者_Go百科d to make sure. Is this property guaranteed by the OpenTK framework across all potential devices?
Yes, UpdateFrame and RenderFrame events are guaranteed to be raised on the thread that created the GameWindow.
精彩评论