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
a27c15cf32
Opentk
/
Source
/
OpenTK
/
Graphics
/
GL
History
the_fiddler
370396ab7f
The generator now detects and adds the FlagsAttribute to bitwise collections. Fixes bug [
#792
] "Resharper - Bitwise operation on enum which is not marked by [Flags] attribute" (
http://www.opentk.com/node/792
).
2009-05-05 21:00:48 +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
Fixed issue
http://www.opentk.com/node/794
(suppress array overloads for functions that receive/return pointers to single elements).
2009-04-15 13:14:41 +00:00
GLCore.cs
Updated tokens for EXT_transform_feedback (
http://www.opentk.com/node/602
). Updated tokens for ARB_uniform_ buffer_object (
http://www.opentk.com/node/748
). The generator no longer trims the 's' suffix from Varyings.
2009-03-29 19:26:57 +00:00
GLDelegates.cs
Updated tokens for EXT_transform_feedback (
http://www.opentk.com/node/602
). Updated tokens for ARB_uniform_ buffer_object (
http://www.opentk.com/node/748
). The generator no longer trims the 's' suffix from Varyings.
2009-03-29 19:26:57 +00:00
GLEnums.cs
The generator now detects and adds the FlagsAttribute to bitwise collections. Fixes bug [
#792
] "Resharper - Bitwise operation on enum which is not marked by [Flags] attribute" (
http://www.opentk.com/node/792
).
2009-05-05 21:00:48 +00:00
GLHelper.cs
Fixed UniformMatrix4(..., ref Matrix4) overload (count should be 1).
2009-04-29 13:00:27 +00:00