From b3555058a05aed43e8fe93dc21db70695df5a9ad Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Tue, 20 Oct 2015 12:45:17 +0200 Subject: www/index.html: Update links and text OpenGL ES 3.x -> OpenGL ES 3.2 --- www/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/index.html b/www/index.html index b20ef6db4..b4e34b434 100644 --- a/www/index.html +++ b/www/index.html @@ -39,10 +39,10 @@
  • Code Repository
  • Demo Repository
  • Khronos Registry
  • -
  • ES 3.1 Ref Pages
  • -
  • ES 3.1 Spec
  • -
  • GLSL ES 3.10 Spec
  • -
  • ES 3.0 Ref Card
  • +
  • ES 3.2 Ref Pages
  • +
  • ES 3.2 Spec
  • +
  • GLSL ES 3.20 Spec
  • +
  • ES 3.2 Ref Card
  • OpenGL Registry
  • GL 4 Ref Pages
  • GLSL Ref Pages
  • @@ -85,7 +85,7 @@ and is designed to provide hardware-supported 3D graphics to applications written in Java.

    - JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.5 ], ES [ 1.0 .. 3.1 ] and EGL [ 1.0 .. 1.5 ] specification + JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.5 ], ES [ 1.0 .. 3.2 ] and EGL [ 1.0 .. 1.5 ] specification as well as nearly all vendor extensions.
    OpenGL Evolution & JOGL and the JOGL Specification -- cgit v1.2.3 From 0d2abcd9b556cabdaaaa36d0c1465d3d1f4f0808 Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Tue, 20 Oct 2015 12:52:28 +0200 Subject: make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL ES 3.1 -> 3.2 --- make/config/jogl/gl-common.cfg | 2 +- make/doc/jogl/spec-overview.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 2396f86a1..be4d9c44e 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -1018,7 +1018,7 @@ ClassJavadoc GLES2 * as well as most of it's extensions defined at the time of ClassJavadoc GLES2 */ ClassJavadoc GLES3 /** -ClassJavadoc GLES3 *

    This interface contains all OpenGL ES [ 3.0 .. 3.1 ] methods, +ClassJavadoc GLES3 *

    This interface contains all OpenGL ES [ 3.0 .. 3.2 ] methods, ClassJavadoc GLES3 * as well as most of it's extensions defined at the time of this specification.

    ClassJavadoc GLES3 */ diff --git a/make/doc/jogl/spec-overview.html b/make/doc/jogl/spec-overview.html index b4f5e1631..879eda170 100644 --- a/make/doc/jogl/spec-overview.html +++ b/make/doc/jogl/spec-overview.html @@ -12,7 +12,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:

    Inclusion Criteria explains the OpenGL profile separation.

    @@ -117,7 +117,7 @@ bindings to the native OpenGL(R) 3D graphics library profiles:
  • {@link com.jogamp.opengl.GLES3 com.jogamp.opengl.GLES3} interface -

    This interface contains all OpenGL ES [ 3.0 .. 3.1 ] methods, +

    This interface contains all OpenGL ES [ 3.0 .. 3.2 ] methods, as well as most of it's extensions defined at the time of this specification.

    Future extensions will be added with a maintenance update

  • -- cgit v1.2.3