mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 17:45:31 +00:00
Updated Changelog.txt
This commit is contained in:
parent
6422281e7c
commit
0911cf3072
|
@ -7,9 +7,13 @@ OpenTK 0.9.0 -> 0.9.1
|
||||||
+ Corrected Glu.NewTess and Glu.DeleteTess (were NewTes and DeleteTes respectively).
|
+ Corrected Glu.NewTess and Glu.DeleteTess (were NewTes and DeleteTes respectively).
|
||||||
+ Corrected typemaping for NurbsObj, QuadricObj, TesselatorObj and FunctionPointer.
|
+ 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).
|
+ Fixed a bug that resulted in missing overloads in functions with both pointers and generic parameters (like Glu.TessVertex).
|
||||||
|
+ Worked around an Intellisense bug, where some overloads might not be reported if the pointer overload was the first one encountered.
|
||||||
|
|
||||||
+ OpenTK
|
+ OpenTK
|
||||||
+ Implemented Glu.TessCallback, Glu.NurbsCallback and Glu.QuadricsCallback.
|
+ Fixed Glu tessellation.
|
||||||
|
|
||||||
|
+ Examples
|
||||||
|
+ Added GluTessellator example.
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
OpenTK 0.3.13 -> 0.9.0
|
OpenTK 0.3.13 -> 0.9.0
|
||||||
|
|
Loading…
Reference in a new issue