Browse Source

Mention that GL 4.4 is supported.

pull/277/head
Vladimír Vondruš 13 years ago
parent
commit
3f6dcc40e9
  1. 2
      README.md
  2. 2
      doc/mainpage.dox

2
README.md

@ -37,7 +37,7 @@ DESIGN GOALS
SUPPORTED 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 extensions
* **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality * **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 * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through

2
doc/mainpage.dox

@ -62,7 +62,7 @@ namespace Magnum {
@section mainpage-platforms Supported platforms @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 extensions
- **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality - **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 - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through

Loading…
Cancel
Save