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
0498b3e92a
Opentk
/
Source
/
OpenTK
/
Graphics
/
GL
History
the_fiddler
2b6928da66
Actually sort wrapper methods in GL.cs.
2009-05-30 15:28:52 +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
Actually sort wrapper methods in GL.cs.
2009-05-30 15:28:52 +00:00
GLCore.cs
Corrected tokens for TexBuffer. Fixes issue [
#749
]: "ARB_texture_ buffer_object" (
http://www.opentk.com/node/749
).
2009-05-29 16:02:50 +00:00
GLDelegates.cs
Corrected tokens for TexBuffer. Fixes issue [
#749
]: "ARB_texture_ buffer_object" (
http://www.opentk.com/node/749
).
2009-05-29 16:02:50 +00:00
GLEnums.cs
Updated tokens for DrawBuffer() method. Fixes issue [
#851
]: "[OpenGL] DrawBuffer and DrawBuffers tokens" (
http://www.opentk.com/node/851
).
2009-05-29 16:52:48 +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