-
```
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…
-
I noticed that the blend functions BlendFunction.Min & BlendFunction.Max are not available under Android. It seems they are only available for iOS, Windows and DesktopGL, as is saw from the pr…
-
### Description
Using the new SKGLElement in SkiaSharp, I get an access violation at the following location in GLWPFControl when I try create an additional SKGLElement on a new Thread:
```csharp…
-
Running on 64 bit Windows with 8 GB RAM
Version: v1.15.7 (Stable)10/30/2021 3:24:53 PM: Critical error occurred
System.ArgumentException: Fatal: Trying to render an uninitialized or disposed mesh
a…
-
Disposing window 1773659856.
Launching sample: "Simple ES 2.0"
Size: 2304
System:
Darwin
11.4.2
Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X8…
-
idk how id implement the client-server code, maybe the info server could be made more useful in downloading shaders n shit so the client can run those shaders or a pre-init phase where the client down…
-
hello guys
i learn form your project a lot ,but i find that the OpenTK in WPF can not interact ,for example ,mouse wheel and mouse left actions .ect。
so did you add those functions yet ? and d…
-
How should we handle cameras? Adding a Matrix parameter to _IRenderer.Draw(...)_ ?
And OpenTK doesn't support _System.Numerics.Vector's_ for _GL.UniformMatrix4(...)_ . So we either have to convert th…
-
I realize this is a 3-4 year old library by now, but I was hoping someone could help out. I'm trying to build the LilyPathDemo. I had to update OpenTK because it wasn't detecting I'm running Windows. …