Opentk/Source/Bind
the_fiddler 97b3cd2e93 Type, Parameter, ParameterCollection and Function classes now implement IComparable directly (rather than casting to strings and comparing those).
Modified comparison order to place pointer overloads after reference or array overloads. Fixes issue [#1098]: "[Bind] Work around VS bug by ensuring pointer parameters are generated last".
2009-11-17 09:26:05 +00:00
..
CL * Main.cs: 2009-10-09 05:25:53 +00:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES Added correct enum types for GetString and ShaderBinary. 2009-10-23 07:19:09 +00:00
GL2 * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Glu Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
Glx Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
Properties Updated in preparation of 0.9.9-2 release. 2009-09-05 18:37:42 +00:00
Specifications Added strongly-typed tokens for GetActiveUniformBlock, which was introduced in OpenGL 3.1. Fixes issue [#1216]: "[GL] GetActiveUniformBlock* methods take ArbUniformBufferObject parameters". 2009-11-16 16:23:36 +00:00
Structures Type, Parameter, ParameterCollection and Function classes now implement IComparable directly (rather than casting to strings and comparing those). 2009-11-17 09:26:05 +00:00
Wgl Applied Barlog's "arrange this qualifier" patch. 2009-08-25 15:59:57 +00:00
BindStreamWriter.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00
DocProcessor.cs * DocProcessor.cs: Remove any trailing newlines in XML docs. Output 2009-11-03 08:48:49 +00:00
IBind.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
ISpecReader.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00
ISpecWriter.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
Main.cs * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Settings.cs * GL2/Generator.cs: Refactored WriteWrappers() into smaller methods. Added "using System.Text;" to all generated files that may contain StringBuilder parameters. 2009-10-27 22:37:05 +00:00
Utilities.cs Applied Barlog's 02_Bind_2172_ShortenQualifierReferences patch. 2009-08-21 20:28:14 +00:00