From 3f6dcc40e906ee45add9a1f6099eb47cad67321b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 4 Aug 2013 15:17:35 +0200 Subject: [PATCH] Mention that GL 4.4 is supported. --- README.md | 2 +- doc/mainpage.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 292534235..24f2dfefa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ DESIGN GOALS SUPPORTED PLATFORMS =================== -* **OpenGL** 2.1 through 4.3, core profile functionality and modern +* **OpenGL** 2.1 through 4.4, core profile functionality and modern extensions * **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 7ed82d7d5..027bd8526 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -62,7 +62,7 @@ namespace Magnum { @section mainpage-platforms Supported platforms -- **OpenGL** 2.1 through 4.3, core profile functionality and modern +- **OpenGL** 2.1 through 4.4, core profile functionality and modern extensions - **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through