Documentation updates in preparation for release.
This commit is contained in:
parent
31d2ebf3d3
commit
f29bfa9ede
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,8 @@ OpenTK 0.3.12 -> 0.3.13
|
||||||
+ Platform
|
+ Platform
|
||||||
+ Improved [..]GLNative shutdown sequence for all platforms. Fixes shutdown crash under Linux.
|
+ Improved [..]GLNative shutdown sequence for all platforms. Fixes shutdown crash under Linux.
|
||||||
+ Removed X11GLControl, WinGLControl. The platform specific code is handled in the WindowInfo and GLContext classes.
|
+ Removed X11GLControl, WinGLControl. The platform specific code is handled in the WindowInfo and GLContext classes.
|
||||||
+ Added VSync support to Windows. Linux will obtain this on next release.
|
+ Fixed issue with flickering GLControls.
|
||||||
|
* Added VSync support to Windows. Linux will obtain this on next release.
|
||||||
+ GameWindow
|
+ GameWindow
|
||||||
+ Improved timing precision.
|
+ Improved timing precision.
|
||||||
+ More detailed timing information available.
|
+ More detailed timing information available.
|
||||||
|
@ -37,6 +38,7 @@ OpenTK 0.3.12 -> 0.3.13
|
||||||
+ .Net naming conventions.
|
+ .Net naming conventions.
|
||||||
+ Many, many more function overloads.
|
+ Many, many more function overloads.
|
||||||
+ Smaller and faster.
|
+ Smaller and faster.
|
||||||
|
+ Even better startup performance.
|
||||||
|
|
||||||
+ Examples
|
+ Examples
|
||||||
+ Improved example layout. Now every example contains a Main() method, exactly like it would be if it wasn't launched by the ExampleLauncher.
|
+ Improved example layout. Now every example contains a Main() method, exactly like it would be if it wasn't launched by the ExampleLauncher.
|
||||||
|
|
Loading…
Reference in a new issue