-
### 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…
-
```
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…
-
```
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 had this issue in my own project, so I tired it inside the sample project and got the same exception.
I pulled the v1.89.3 branch, ran the build script, ran the sample app to make sure it worked,…
-
```
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…
-
Just want to start a discussion around using OpenTK in the context of a WASM WebGL application. I'm not entirely sure what all would be involved. [Blazor Canvas](https://github.com/BlazorExtensions/…
-
QFontDrawing.Print is reliant on OpenTK.Vector3, which is not a valid type. OpenTK.Mathematics.Vector3 is the correct binding.