mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-08 07:54:53 +00:00
Improved CreateDummyContext logic to detect and use the context handle of the current thread or a specified handle. Removed GetCurrentContext() methods from platform-specific context implementations (everything now goes through the relevant IPlatformFactories). |
||
|---|---|---|
| .. | ||
| Dummy | ||
| MacOS | ||
| Windows | ||
| X11 | ||
| Factory.cs | ||
| GdiPlus.cs | ||
| IGameWindow.cs | ||
| IGdiPlusInternals.cs | ||
| IGLControl.cs | ||
| INativeGLWindow.cs | ||
| IPlatformFactory.cs | ||
| IResizable.cs | ||
| IWindowInfo.cs | ||
| PlatformException.cs | ||
| Utilities.cs | ||