Corrected GLU tesselation functions (not working completely).

This commit is contained in:
the_fiddler 2008-01-19 15:22:21 +00:00
parent ddf0931bc9
commit 3df4bd2391

View file

@ -1,5 +1,16 @@
[Legend: complete('+') | WIP('*') | missing('-')] [Legend: complete('+') | WIP('*') | missing('-')]
-----------------------
OpenTK 0.9.0 -> 0.9.1
-----------------------
+ Bind
+ Corrected Glu.NewTess and Glu.DeleteTess (were NewTes and DeleteTes respectively).
+ Corrected typemaping for NurbsObj, QuadricObj, TesselatorObj and FunctionPointer.
+ Fixed a bug that resulted in missing overloads in functions with both pointers and generic parameters (like Glu.TessVertex).
+ OpenTK
+ Implemented Glu.TessCallback, Glu.NurbsCallback and Glu.QuadricsCallback.
----------------------- -----------------------
OpenTK 0.3.13 -> 0.9.0 OpenTK 0.3.13 -> 0.9.0
----------------------- -----------------------