mirror of
https://github.com/Ryujinx/Opentk.git
synced 2026-01-09 16:03:03 +00:00
DummyGLContext will now attempt to load OpenGL and OpenGL ES entry points when a suitable OpenGL context is current on the calling thread. This allows OpenTK to be used on contexts created through third-party toolkits. |
||
|---|---|---|
| .. | ||
| Dummy | ||
| Egl | ||
| MacOS | ||
| SDL2 | ||
| Windows | ||
| X11 | ||
| DesktopGraphicsContext.cs | ||
| DisplayDeviceBase.cs | ||
| EmbeddedGraphicsContext.cs | ||
| Factory.cs | ||
| IDisplayDeviceDriver.cs | ||
| INativeGLWindow.cs | ||
| IPlatformFactory.cs | ||
| IWindowInfo.cs | ||
| PlatformException.cs | ||
| Utilities.cs | ||