Opentk/Source/OpenTK/Graphics
Stefanos A be8f7c6311 Corrected ES 2.0 enums
After the previous commit, several ES 2.0 functions would refer to
enums found in ES 3.0. These enums have been copied to ES 2.0, either
as core enums or as extensions.
2013-11-07 16:25:19 +01:00
..
ES10 Supress some of the warnings in the autogenerated files 2012-12-20 13:56:59 -06:00
ES11 Added PrimitiveType <=> BeginMode overloads 2013-11-03 16:11:39 +01:00
ES20 Corrected ES 2.0 enums 2013-11-07 16:25:19 +01:00
ES30 ES 3.0 fixed enums for GetIntegeri_v and GetInteger64i_v 2013-11-07 10:58:02 +01:00
OpenGL Fixed enums for GetDebugMessageLog 2013-11-07 08:39:57 +01:00
OpenGL4 Fixed enums for GetDebugMessageLog 2013-11-07 08:39:57 +01:00
Color4.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
ColorFormat.cs Added doc comment on ColorFormat.Empty. 2013-11-03 01:44:31 +01:00
GraphicsBindingsBase.cs NRE -> GraphicsContextMissingException 2013-10-03 16:45:28 +02:00
GraphicsContext.cs Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
GraphicsContextBase.cs Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
GraphicsContextException.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
GraphicsContextFlags.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
GraphicsContextMissingException.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
GraphicsContextVersion.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
GraphicsErrorException.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
GraphicsExceptions.cs Moved OpenTK.Graphics.GL class to the OpenTK.Graphics.OpenGL namespace (reason: necessary for OpenGL|ES support; necessary for support of different OpenGL profiles). OpenTK.Graphics.GL has been moved to the OpenTK.Compatibility library. 2009-08-14 13:13:28 +00:00
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 Normalized line endings 2013-10-11 01:58:54 +02:00
GraphicsModeException.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
IGraphicsContext.cs Implemented IGraphicsContext.SwapInterval property that supersedes IGraphicsContext.VSync. Fixes issue [#2671]: "Expose SwapInterval to GameWindow". 2011-09-06 12:06:30 +00:00
IGraphicsMode.cs Added documentation. 2009-08-15 16:02:52 +00:00