| Fixed incorrect reference in GetDisplay() documentation. |
|
More...
|
5 months ago
|
| Minor documentation updates. |
|
More...
|
about 1 year ago
|
| Updated ignore lists. |
|
More...
|
about 1 year ago
|
| Use singular form for single-object overloads, because plural looks weird when generating a single name. |
|
More...
|
about 1 year ago
|
| Added overloads for Gen* and Delete* functions with single objects as parameters. |
|
More...
|
about 1 year ago
|
| Use new DisplayDevice.GetDisplay() interface instead of obsolete AvailableDisplays. |
|
More...
|
over 1 year ago
|
| Use Debug.WriteLine instead of Debug.Print on a single-parameter string. Fixes compilation on mobile devices. |
|
More...
|
over 1 year ago
|
| Added minimal SystemEvents definition to allow compilation on mobile devices. |
|
More...
|
over 1 year ago
|
| Avoid using the global namespace in the MINIMAL configuration, as it confuses the Mono compiler. |
|
More...
|
over 1 year ago
|
| 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. |
|
More...
|
over 1 year ago
|
| Removed invalid TextureParameterName.Red token. Fixes issue [#2789]: "TextureParameterName.Red". |
|
More...
|
over 1 year ago
|
| Further improvements to suffix trimming regexes. Now matches GetInteger(ui)64 and does not match functions ending in "Coord", "Attrib", "Access" and more. |
|
More...
|
over 1 year ago
|
| Ensured function names are trimmed using the same code as documentation and function parameters. Improved trimming for functions with '64' suffices. |
|
More...
|
over 1 year ago
|
| Process overrides to Constant.Reference. |
|
More...
|
over 1 year ago
|
| GraphicsMode was not set when initializing a DummyGLContext with an explicit handle. Corrected now. |
|
More...
|
over 1 year ago
|
| Added missing TextureEnvMode.Replace token. Fixes issue [#2791]: "TextureEnvMode.Replace missing". |
|
More...
|
over 1 year ago
|
| Fixed extension (and core) loading on windows. |
|
More...
|
over 1 year ago
|
| Significant cleanups and bugfixes to the C++ wrappers. Improved typemap to use correct OpenGL types. |
|
More...
|
over 1 year ago
|
| Added GL and CL to Acronyms regex. |
|
More...
|
over 1 year ago
|
| Added cpp-specific typemap. |
|
More...
|
over 1 year ago
|