mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 07:55:42 +00:00
Updated documentation for 0.9.9-1 release.
This commit is contained in:
parent
87e925f057
commit
4981fbdce0
|
@ -9,6 +9,12 @@
|
|||
+ OpenTK
|
||||
+ Graphics
|
||||
+ Fixed wrappers for functions taking string arrays: TranformFeedbackVaryings, GetUniformIndices, GetShaderSource.
|
||||
+ Platform
|
||||
+ X11XrandrDisplayDevice now ignores invalid resolutions returned by XRandR.
|
||||
|
||||
+ OpenTK.Utilities
|
||||
+ TextPrinter
|
||||
+ Fixed handling of text color parameter in TextPrinter.Print().
|
||||
|
||||
-------------------------
|
||||
OpenTK 0.9.9 -> 0.9.9-1
|
||||
|
|
|
@ -5,8 +5,11 @@ The Open Toolkit 0.9.9-1 Beta
|
|||
[Overview]
|
||||
|
||||
This is the first preview release of what will become OpenTK 1.0. Major changes:
|
||||
* Initial OpenGL ES support
|
||||
* OpenCL bugfixes.
|
||||
* Math API improvements.
|
||||
* Internal improvements to DisplayDevice and DisplayResolution.
|
||||
|
||||
|
||||
Please note that this is a work-in-progress snapshot release and should only be used for testing purposes.
|
||||
|
||||
|
@ -16,7 +19,17 @@ Visit http://www.opentk.com to report issues or request features.
|
|||
|
||||
[Resolved issues]
|
||||
|
||||
[#744]
|
||||
[#917]
|
||||
[#955]
|
||||
[#964]
|
||||
[#1005]
|
||||
[#1021]
|
||||
[#1032]
|
||||
[#1035]
|
||||
[#1037]
|
||||
[#1050]
|
||||
[#1060]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue