2009-03-08 22:19:00 +00:00
|
|
|
The Open Toolkit 0.9.5 Beta -- Release notes
|
2009-02-22 15:51:06 +00:00
|
|
|
|
2009-03-01 09:55:22 +00:00
|
|
|
[ Overview]
|
2009-02-22 15:51:06 +00:00
|
|
|
|
2009-03-08 22:19:00 +00:00
|
|
|
This release adds inline documentation to OpenTK.Graphics.GL,
|
|
|
|
adds support for OpenGL 3.0 on Linux, improves joystick
|
|
|
|
support on all platforms and fixes the mapping between unsigned
|
|
|
|
and signed OpenGL functions (e.g. Uniform1ui vs Uniform1i).
|
2009-02-22 15:51:06 +00:00
|
|
|
|
2009-03-01 09:55:22 +00:00
|
|
|
Please report any issues you may encounter at http://www.opentk.com.
|
2009-02-22 15:51:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2009-03-01 09:55:22 +00:00
|
|
|
[API changes]
|
2009-02-22 15:51:06 +00:00
|
|
|
|
2009-03-08 22:19:00 +00:00
|
|
|
No breaking changes were introduced in OpenTK 0.9.5. Please note
|
|
|
|
that binary compatibility is not preserved between beta releases.
|
2009-02-22 16:16:42 +00:00
|
|
|
|
2009-03-08 22:19:00 +00:00
|
|
|
It is now possible to use joystick-like devices that contain 0 axes
|
|
|
|
and / or buttons (e.g. tablets). Make sure that your application
|
|
|
|
checks device capabilities before trying to use a joystick.
|