mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 19:55:33 +00:00
Updated changelog.
This commit is contained in:
parent
c6f5131491
commit
9b83d7341f
|
@ -3,6 +3,9 @@
|
||||||
---------------------
|
---------------------
|
||||||
OpenTK 0.9.1 -> 0.9.2
|
OpenTK 0.9.1 -> 0.9.2
|
||||||
---------------------
|
---------------------
|
||||||
|
+ Bind
|
||||||
|
+ Added the Half type to the typemaps.
|
||||||
|
|
||||||
+ OpenTK
|
+ OpenTK
|
||||||
+ Platform
|
+ Platform
|
||||||
+ Added GdiPlus bindings.
|
+ Added GdiPlus bindings.
|
||||||
|
@ -12,10 +15,14 @@ OpenTK 0.9.1 -> 0.9.2
|
||||||
+ Graphics
|
+ Graphics
|
||||||
+ Added Color4 struct that can hold floating-point ARGB colors.
|
+ Added Color4 struct that can hold floating-point ARGB colors.
|
||||||
+ Added several new overloads to the GL class. Most deal with OpenTK.Math and System.Drawing.Color interoperation.
|
+ Added several new overloads to the GL class. Most deal with OpenTK.Math and System.Drawing.Color interoperation.
|
||||||
|
+ Added support for the Half type.
|
||||||
+ Math
|
+ Math
|
||||||
+ Added half and double precision structures.
|
+ Added half and double precision structures.
|
||||||
+ Added missing ref overloads.
|
+ Added missing ref overloads.
|
||||||
+ All structs now implement the IEquatable and ISerializable interfaces.
|
+ All structs now implement the IEquatable interface.
|
||||||
|
+ Added the SerializableAttribute to the Quaternion and Quaterniond structs.
|
||||||
|
+ Fixed Quaternion/Quaterniond.ToAxisAngle with an angle of 0 degrees.
|
||||||
|
+ Quaternion/Quaterniond now follow the recommended class library naming conventions.
|
||||||
+ General
|
+ General
|
||||||
+ Fixed build warnings.
|
+ Fixed build warnings.
|
||||||
+ Eliminated per-frame memory allocations in release builds.
|
+ Eliminated per-frame memory allocations in release builds.
|
||||||
|
|
Loading…
Reference in a new issue