Opentk/Source/OpenTK/Graphics
2009-11-08 23:02:53 +00:00
..
ES10 Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
ES11 Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
ES20 Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here: http://www.opentk.com/node/1348). 2009-11-08 23:02:53 +00:00
OpenGL Disabled OpenTK.Point, Size and Rectangle structures that were meant to replace their System.Drawing implementations until the correct course of action can be determined. This change is too disruptive to existing applications, especially if they are also using Windows.Forms (see discussion here: http://www.opentk.com/node/1348). 2009-11-08 23:02:53 +00:00
Color4.cs Added system-defined colors. 2009-11-07 19:38:40 +00:00
ColorFormat.cs Added missing XML documentation. 2009-09-04 22:08:10 +00:00
GraphicsBindingsBase.cs Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
GraphicsContext.cs Added simpler constructor overload for external GraphicsContexts. 2009-11-04 17:18:32 +00:00
GraphicsContextBase.cs
GraphicsContextException.cs
GraphicsContextFlags.cs
GraphicsContextMissingException.cs
GraphicsContextVersion.cs
GraphicsErrorException.cs
GraphicsExceptions.cs
GraphicsMode.cs Fixed race condition in GraphicsMode.Default. 2009-11-03 13:16:59 +00:00
GraphicsModeException.cs
IGraphicsContext.cs
IGraphicsMode.cs