mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 20:11:10 +00:00
Update for release.
This commit is contained in:
parent
6fb1fe1e1b
commit
30f768eafd
|
@ -28,6 +28,8 @@ OpenTK 0.3.10 -> 0.3.11
|
||||||
+ Improved example names inside the ExampleLauncher. Renamed some examples to better reflect their contents.
|
+ Improved example names inside the ExampleLauncher. Renamed some examples to better reflect their contents.
|
||||||
+ Added two new tutorials: 'T01: Simple Window' and 'T02: Resizable Window'
|
+ Added two new tutorials: 'T01: Simple Window' and 'T02: Resizable Window'
|
||||||
+ Updated the DrawCube() immediate mode functions to use System.Drawing.Colors
|
+ Updated the DrawCube() immediate mode functions to use System.Drawing.Colors
|
||||||
|
+ Resolved issue where 'T10: GLSL Cube' example failed with an NRE when compiled with Mono 1.2.x
|
||||||
|
+ Added 'W03: Extensions' example.
|
||||||
|
|
||||||
|
|
||||||
OpenTK 0.3.9 -> 0.3.10
|
OpenTK 0.3.9 -> 0.3.10
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
OpenTK 0.3.11 WIP Release notes
|
OpenTK 0.3.11.4 WIP Release notes
|
||||||
|
|
||||||
IMPORTANT: This release is intended for testing and experimentation only. Use at your own risk!
|
IMPORTANT: This release is intended for testing and experimentation only. Use at your own risk!
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ Highlights:
|
||||||
|
|
||||||
* Critical Bug fix: Resolved deadlocks under 32-bit Windows platforms.
|
* Critical Bug fix: Resolved deadlocks under 32-bit Windows platforms.
|
||||||
* Bug fix: Overloads for all relevant OpenGL functions (some endings where not trimmed in 0.3.9). Breaking change.
|
* Bug fix: Overloads for all relevant OpenGL functions (some endings where not trimmed in 0.3.9). Breaking change.
|
||||||
|
* Bug fix: T10: GLSL Cube example would fail with an NRE when compiled under Mono.
|
||||||
|
|
||||||
* Known issue: ExampleLauncher shuts down when closing any GameWindow under Linux.
|
* Known issue: ExampleLauncher shuts down when closing any GameWindow under Linux.
|
||||||
* Known issue: 32-bit modes exhibit flashing under Mesa3d 6.5.x/Ubuntu 7.04. Is a Mesa3d problem, update to Mesa3d 7.0.x or use a 24-bit depth when requesting the visual.
|
* Known issue: 32-bit modes exhibit flashing under Mesa3d 6.5.x/Ubuntu 7.04. Is a Mesa3d problem, update to Mesa3d 7.0.x or use a 24-bit depth when requesting the visual.
|
||||||
|
|
Loading…
Reference in a new issue