This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx-backup
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
14eefe7e5c
Opentk
/
Source
/
OpenTK
/
Graphics
/
GL
History
the_fiddler
b5f08288c6
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
..
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
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
GLCore.cs
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [
#834
] "Problem between GL.ColorTable and Version12 enum" (
http://www.opentk.com/node/834
),
2009-05-06 18:40:36 +00:00
GLDelegates.cs
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [
#834
] "Problem between GL.ColorTable and Version12 enum" (
http://www.opentk.com/node/834
),
2009-05-06 18:40:36 +00:00
GLEnums.cs
Added ColorAttachment[0-15] tokens to DrawBuffersEnum (page 182 of the 3.1 specs).
2009-05-11 13:20:35 +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