diff options
author | Sven Gothel <[email protected]> | 2009-05-29 01:43:26 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-05-29 01:43:26 +0000 |
commit | a83b17fd86ceb949efa2b9c8f2773513eff11c61 (patch) | |
tree | 0daeb219e34b161dfd8d124a08ffa3e864e13f1d /src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java | |
parent | 06fd97a1343718c6949b0408108f4c3124420299 (diff) |
Adding GL3 stubs, and removing renamed function redundancies
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/branches/JOGL_2_SANDBOX@135 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java')
-rw-r--r-- | src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java b/src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java index dcfa682..b39e8a1 100644 --- a/src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java +++ b/src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java @@ -613,6 +613,7 @@ public class BuildComposablePipeline */ protected void emitGLIsMethods(PrintWriter output) { emitGLIsMethod(output, "GL"); + emitGLIsMethod(output, "GL3"); emitGLIsMethod(output, "GL2"); emitGLIsMethod(output, "GLES1"); emitGLIsMethod(output, "GLES2"); @@ -641,6 +642,7 @@ public class BuildComposablePipeline */ protected void emitGLGetMethods(PrintWriter output) { emitGLGetMethod(output, "GL"); + emitGLGetMethod(output, "GL3"); emitGLGetMethod(output, "GL2"); emitGLGetMethod(output, "GLES1"); emitGLGetMethod(output, "GLES2"); |