Opentk/Source/OpenTK/Graphics/GL
the_fiddler efdaf64476 GraphicsContext.GetCurrentContext now returns an IGraphicsContext instead of a GraphicsContext.
Fixed Texture2D finalizer.
Removed GraphicsContext.[Enter|Exit]BeginRegion(). GL.Begin|End now calls IGraphicsContext.ErrorChecking = false.
2009-06-04 10:34:12 +00:00
..
AutoGeneratedAttribute.cs Merged changes from gl3 branch. 2009-02-28 19:30:48 +00:00
ErrorHelper.cs GraphicsContext.GetCurrentContext now returns an IGraphicsContext instead of a GraphicsContext. 2009-06-04 10:34:12 +00:00
GL.cs GraphicsContext.GetCurrentContext now returns an IGraphicsContext instead of a GraphicsContext. 2009-06-04 10:34:12 +00:00
GLCore.cs Corrected tokens for TexBuffer. Fixes issue [#749]: "ARB_texture_ buffer_object" (http://www.opentk.com/node/749). 2009-05-29 16:02:50 +00:00
GLDelegates.cs Corrected tokens for TexBuffer. Fixes issue [#749]: "ARB_texture_ buffer_object" (http://www.opentk.com/node/749). 2009-05-29 16:02:50 +00:00
GLEnums.cs Updated tokens for DrawBuffer() method. Fixes issue [#851]: "[OpenGL] DrawBuffer and DrawBuffers tokens" (http://www.opentk.com/node/851). 2009-05-29 16:52:48 +00:00
GLHelper.cs Merged Get(Float|Double|Integer) and Viewport helpers from gw-next2. 2009-05-31 15:54:17 +00:00