is there any ways to create opengl using winform control's handle? #989
Unanswered
Ozymandias1
asked this question in
Q&A
Replies: 0 comments
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.
-
i want to create a 3d model viewer using silk.net.
my app is heavily dependent on WinForm's control, and I want the 3d viewer to work as part of my app.
therefore, the 3d viewer tries to create an opengl context through the handle of a particular control, but there seems to be no such example.
i tried SdlWindow.CreateFrom using #189 and HelloWindow examples, but it didn't work out.
In case of optentk, it is possible using glcontrol, but how can I use silk.net?
best regards.
Beta Was this translation helpful? Give feedback.
All reactions