mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 12:05:26 +00:00
Added matrix stack improvements to release notes.
This commit is contained in:
parent
52d5410219
commit
05b92257b1
|
@ -29,6 +29,8 @@ OpenTK 0.9.7 -> 0.9.8
|
||||||
+ Up to 2x better performance with TextPrinterOptions.NoCache.
|
+ Up to 2x better performance with TextPrinterOptions.NoCache.
|
||||||
+ Up to 20x better performance with TextPrinterOptions.Default.
|
+ Up to 20x better performance with TextPrinterOptions.Default.
|
||||||
+ Specifying text location now works on Mono. Text width and height is still broken (Mono GDI+ bug).
|
+ Specifying text location now works on Mono. Text width and height is still broken (Mono GDI+ bug).
|
||||||
|
+ Replaced matrix stack with custom implementation for improved compatibility with buggy drivers or newer OpenGL versions.
|
||||||
|
+ GL1TextOutputProvider now resets / restores the TextureMatrix.
|
||||||
|
|
||||||
+ Examples
|
+ Examples
|
||||||
+ New sample browser that includes documentation and source code (in progress).
|
+ New sample browser that includes documentation and source code (in progress).
|
||||||
|
|
Loading…
Reference in a new issue