mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-27 04:17:49 +00:00
Creating a GraphicsContext with null parameters is not a guarantee that we will get a dummy context that does not call any OpenGL functions. We need to explicitly define and construct a dummy context that is safe to use inside the designer. Affects issue #49 |
||
|---|---|---|
| .. | ||
| Properties | ||
| CarbonGLControl.cs | ||
| DummyGLControl.cs | ||
| GLControl.cs | ||
| GLControl.Designer.cs | ||
| GLControl.resx | ||
| GLControlFactory.cs | ||
| IGLControl.cs | ||
| OpenTK.GLControl.csproj | ||
| Sdl2GLControl.cs | ||
| WinGLControl.cs | ||
| X11GLControl.cs | ||