mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-19 15:45:00 +00:00
You cannot create an X11/OpenGL context without the GLX extension. OpenTK will now throw a `NotSupportedException` when this condition is encountered. In some cases, it may be possible to enable the EGL backend by passing `GraphicsContextFlags.Embedded` to the `GraphicsContext` constructor. |
||
|---|---|---|
| .. | ||
| Bind | ||
| Build.UpdateVersion | ||
| Compatibility | ||
| Converter | ||
| Examples | ||
| Generator.Rewrite | ||
| GLControl | ||
| OpenTK | ||
| Tests/Test.API.Desktop | ||