diff options
author | Sven Gothel <[email protected]> | 2013-07-17 12:20:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-17 12:20:19 +0200 |
commit | cc63dc207f0b9f7ca53cbe3bc975b03773a257df (patch) | |
tree | a751766b0f247f841e314f03e6e5def795b9c02a /www | |
parent | 05f3f4330dcfc544c1e3f8cd252a259f8fef0ad9 (diff) |
API doc: Add old glext-20130207.h header for complete extension association. Fix GL* API doc header, align w/ spec-overview.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 31f7e704c..1c597b8a8 100644 --- a/www/index.html +++ b/www/index.html @@ -83,7 +83,7 @@ and is designed to provide hardware-supported 3D graphics to applications written in Java. </p> <p> - JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, ≥ 4.0, ES 1.x and ES 2.x specification + JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.3 ], ES 1.x, ES 2.0 and ES 3.0 specification as well as nearly all vendor extensions. <a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">OpenGL Evolution & JOGL</a> (<a href="../doc/bouml/html-svg/fig128069.svg">UML</a>) gives you a brief overview of OpenGL, |