Update for release.
This commit is contained in:
parent
437d8fe627
commit
804e5f39b2
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
+ Added two new tutorials: 'T01: Simple Window' and 'T02: Resizable Window'
|
||||
+ 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
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
@ -15,6 +15,7 @@ Highlights:
|
|||
|
||||
* 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: 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: 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