Opentk/Source/GLControl
Stefanos A. 2d7734c915 Remove bogus GraphicsMode.Index check. Fixes #22
GraphicsMode.Index is set by the platform-specific context constructor,
which is invoked after the X11GLControl constructor. It does not make
sense to check GraphicsMode.Index in the X11GLControl constructor, as it
is never set at that point.
2013-12-22 15:40:01 +01:00
..
Properties All projects now read common AssemblyInfo items from GlobalAssemblyInfo.cs. The various AssemblyInfo.cs files now only contain project-specific information. Assembly versions are now controlled by Build.UpdateVersion. 2010-10-04 21:37:33 +00:00
CarbonGLControl.cs Return proper CarbonWindowInfo instance instead of DummyWindowInfo. 2009-11-06 15:33:53 +00:00
DummyGLControl.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
GLControl.cs Workaround for #5 2013-12-02 23:39:36 +01:00
GLControl.Designer.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
GLControl.resx Normalized line endings 2013-10-11 01:58:54 +02:00
GLControlFactory.cs Implemented Sdl2GLControl 2013-09-30 20:47:29 +02:00
IGLControl.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
OpenTK.GLControl.csproj Generate xml documentation for OpenTK.GLControl 2013-12-15 13:01:39 +01:00
Sdl2GLControl.cs Removed terrible hack for SDL_WINDOW_OPENGL 2013-10-01 21:05:02 +02:00
WinGLControl.cs Made GraphicsMode.Index public, as it is necessary when extending OpenTK. 2009-09-04 21:11:25 +00:00
X11GLControl.cs Remove bogus GraphicsMode.Index check. Fixes #22 2013-12-22 15:40:01 +01:00