Update documentation with latest changes.
This commit is contained in:
parent
00221ba225
commit
b9a84ed304
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@
|
||||||
+ Enabled documentation generation in debug builds.
|
+ Enabled documentation generation in debug builds.
|
||||||
+ Compute
|
+ Compute
|
||||||
+ Bitfields are now mapped to 'long' instead of 'int'.
|
+ Bitfields are now mapped to 'long' instead of 'int'.
|
||||||
|
+ GLControl
|
||||||
|
+ Removed unused code.
|
||||||
+ Math
|
+ Math
|
||||||
+ Namespace OpenTK.Math no longer exists. Math functions are now placed directly inside the OpenTK namespace.
|
+ Namespace OpenTK.Math no longer exists. Math functions are now placed directly inside the OpenTK namespace.
|
||||||
|
+ Matrix4.Frustum was obsoleted in favor of Matrix4.CreatePerspectiveOffCenter.
|
||||||
|
+ Matrix4.Perspective was obsoleted in favor of Matrix4.CreatePerspectiveFieldOfView.
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
OpenTK 0.9.8-1 -> 0.9.9
|
OpenTK 0.9.8-1 -> 0.9.9
|
||||||
|
|
Loading…
Reference in a new issue