Update documentation with latest changes.

This commit is contained in:
the_fiddler 2009-06-25 22:48:18 +00:00
parent 00221ba225
commit b9a84ed304

View file

@ -7,8 +7,12 @@
+ Enabled documentation generation in debug builds.
+ Compute
+ Bitfields are now mapped to 'long' instead of 'int'.
+ GLControl
+ Removed unused code.
+ Math
+ 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