Opentk/Source/OpenTK/Graphics/GL
the_fiddler 339348bb95 Merged the latest specs from opengl.org.
Replaced all instances of Version14, Version15, Version20, Version30 and Version31 enums by type-safe equivalents.
Added gloverrides.xml to support overrides to function parameters / return types. This will make future spec updates easier to merge.
Improved handling of invalid tokens in the specs.
Bindings are now written in alphabetical order. This will reduce patch size for future updates and make side-by-side comparisons easier to perform.
2009-05-29 15:57:01 +00:00
..
AutoGeneratedAttribute.cs Merged changes from gl3 branch. 2009-02-28 19:30:48 +00:00
ErrorHelper.cs Added automatic error checking for all OpenGL function calls (debug mode only). Begin()-End() regions are handled correctly. 2009-03-25 17:55:37 +00:00
GL.cs Merged the latest specs from opengl.org. 2009-05-29 15:57:01 +00:00
GLCore.cs Merged the latest specs from opengl.org. 2009-05-29 15:57:01 +00:00
GLDelegates.cs Merged the latest specs from opengl.org. 2009-05-29 15:57:01 +00:00
GLEnums.cs Merged the latest specs from opengl.org. 2009-05-29 15:57:01 +00:00
GLHelper.cs Removed ambiguous OpenGL overloads, because they confuse languages that don't distinguish between pass-by-reference and pass-by-value in the call-site (e.g. VB.Net). This affects functions that can take a single parameter either by reference or by value. 2009-05-21 23:34:20 +00:00