mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 03:05:30 +00:00
Corrected GLU tesselation functions (not working completely).
This commit is contained in:
parent
ddf0931bc9
commit
3df4bd2391
|
@ -1,5 +1,16 @@
|
|||
[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
|
||||
-----------------------
|
||||
|
|
Loading…
Reference in a new issue