mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:05:30 +00:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
The Open Toolkit 0.9.8-1 Beta
|
|
Sunday, 31 May 2009
|
|
|
|
|
|
[Overview]
|
|
|
|
This release fixes issues identified in OpenTK 0.9.8:
|
|
* GL.GetBoolea is renamed to GL.GetBoolean
|
|
* TextPrinter.Clear() no longer results in text corruption.
|
|
* Matrix4.Mult() performance is increased.
|
|
|
|
Please visit http://www.opentk.com to report issues or request features.
|
|
|
|
|
|
[Known issues]
|
|
|
|
Mono 2.2 and 2.4 fail to compile this release (bug report: https://bugzilla.novell.com/show_bug.cgi?id=488960). Please compile with Mono 2.0 or 2.4.2+, or use the precompiled binaries.
|
|
|
|
OpenTK.Graphics.TextPrinter fails to render text with newlines or a layout rectangle on Mono. This is a Mono GDI+ bug.
|
|
|
|
Example documentation may not show up correctly when running on Mono. This is a Mono issue with RTF parsing.
|
|
|
|
|
|
[API changes]
|
|
|
|
Please note that binary compatibility is not preserved between beta releases.
|
|
|
|
[0.9.8-1]
|
|
|
|
This release renames GL.GetBoolea to the correct GL.GetBoolean.
|
|
|
|
[0.9.8]
|
|
|
|
OpenTK 0.9.8 replaces several instances of the "All" and "Version*" enums with strongly-typed equivalents. This is a breaking change. If you are affected by this change, replace these enums with the ones suggested by your compiler.
|
|
|
|
OpenTK 0.9.8 removes several OpenGL overloads that take arrays of a single item. This is a breaking change. If you are affected by this change, please use the 'ref' or 'out' overload for the relevant function.
|
|
|
|
OpenTK 0.9.8 removes or replaces several invalid tokens in the DrawBuffer(s) methods. This is a breaking change. |