-
I'd like to use XWT + OpenTK. I've created the custom Canvas widget, but I'm not sure how to retrieve handle of it.
OpenTK example: http://www.opentk.com/doc/graphics/graphicscontext
IntPtr handle =…
-
```
The OpenTK renderer doesn't restore any caps, states or vals that it changes.
To remedy this, I added some code to Begin() and End() that restores
everything, so as not to mess with any renderi…
-
```
The OpenTK renderer doesn't restore any caps, states or vals that it changes.
To remedy this, I added some code to Begin() and End() that restores
everything, so as not to mess with any renderi…
-
xamarin.ios10 and net6-ios seem to be missing from Xamarin.Legacy.OpenTK package. Looking at OpenTK.Android.csproj, there seem to have been an attempt.
This would help transitioning older xamarin.i…
-
Tried giving this a go today, built Test/GL1, used Nuget packages for OpenTK, OpenTK.Rift and OpenTK.Rift.Mac in Xamarin, and ran but seems to seg fault with;
```
Stacktrace:
at
at (wrapper m…
-
### Description
We are trying to use the new `SKGLElement` WPF element for our project to replace the `WinFormsHost` solution since it has many issues when integrated in a WPF project. The element wo…
-
Hi,
I am getting the following exception when trying to resume a paused app on an HTC One X running Android 4.2.2 - app is built with Xamarin Android 4.12.
I notice in Xamarin Android 4.12 there is …
-
It looks like the OpenGL bindings in OpenTK were upgraded a fair bit in September 2014. It includes support for OpenGL 4.5 spec, ES 3.1, and a bunch of fixes. It probably warrants some examination.
-
### Summary
With VSync on, there appear to be irregular but persistent frame drops on some machines. Investigate the cause of this and fix or work around the issue.
### How to reproduce
- Ope…
ilexp updated
7 years ago
-
```
The OpenTK renderer doesn't restore any caps, states or vals that it changes.
To remedy this, I added some code to Begin() and End() that restores
everything, so as not to mess with any renderi…