Opentk/Source/GLControl
2009-09-02 22:56:46 +00:00
..
Properties Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
CarbonGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
DummyGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.cs Do not call IGraphicsContextInternal.LoadAll() in design-mode. The DummyGLContext would need extensive modifications to support the runtime checks performed by this call and the extra work is not worth it. 2009-09-02 22:56:46 +00:00
GLControl.Designer.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControl.resx Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
GLControlFactory.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
IGLControl.cs Moved OpenTK.GLControl to its own project. 2009-08-19 14:17:47 +00:00
WinGLControl.cs Create the WinGLControl unconditionally in the constructor. Construction/destruction is done lazily when the actual GLControl handle is created/destroyed. 2009-09-02 22:55:51 +00:00
X11GLControl.cs * GLControl.cs: Delayed creation of IGLControl implementation until 2009-09-02 12:00:44 +00:00