From: Fraser Waters Date: Fri, 4 Aug 2017 16:23:19 +0000 (+0100) Subject: Update README and RELEASE_NOTES X-Git-Tag: v3.0.0~46^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=379b81e9e75249dd0319e1c7f4754b433446a906;p=platform%2Fcore%2Fcsapi%2Fopentk.git Update README and RELEASE_NOTES --- diff --git a/README.md b/README.md index 7751c4f..1d231f2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Official git repository: https://github.com/opentk/opentk Features ======== -- Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0 +- Create cutting-edge graphics with OpenGL 4.6 and OpenGL ES 3.0 - Spice up your GUI with 3d acceleration - Improve your code flow with strong types and inline documentation - Write once run everywhere diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bee0c9a..4c131e8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,5 @@ ### 3.0.0-pre + * Support for OpenGL 4.6 * Replaced JoystickButton enum with simple long. (breaking API change) * Increase available joystick buttons to 64. * Add support for OpenGL ES3 through Angle + DIrect3D.