Opentk/Source/OpenTK/Graphics
the_fiddler e6bed64bd8 Synced with newest version of the binding generator: use IntPtr instead of System.IntPtr; update license text.
Reverted breaking change to Gl3Dfx* enums (the gl4 branch turned those into Gl3dfx).
2010-12-06 14:33:33 +00:00
..
ES10 Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
ES11 Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
ES20 Merged gl4 branch into trunk 2010-12-04 21:51:40 +00:00
OpenGL Synced with newest version of the binding generator: use IntPtr instead of System.IntPtr; update license text. 2010-12-06 14:33:33 +00:00
Color4.cs
ColorFormat.cs Added >, >=, < and <= operators. 2010-11-08 19:42:53 +00:00
GraphicsBindingsBase.cs
GraphicsContext.cs Print useful information in ToString() method. 2010-11-08 21:46:36 +00:00
GraphicsContextBase.cs
GraphicsContextException.cs
GraphicsContextFlags.cs
GraphicsContextMissingException.cs
GraphicsContextVersion.cs
GraphicsErrorException.cs
GraphicsExceptions.cs
GraphicsMode.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
GraphicsModeComparer.cs Added GraphicsModeComparer for GraphicsMode comparisons. 2010-11-08 19:45:58 +00:00
GraphicsModeException.cs
IGraphicsContext.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
IGraphicsMode.cs