diff options
author | Sven Gothel <[email protected]> | 2009-08-02 03:49:31 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-08-02 03:49:31 -0700 |
commit | 97c28763a19a2b2a55486f9908c763ceb2e60775 (patch) | |
tree | 5063141cfa9665559e5d442d577455dc9d9b36b2 /make/config/jogl/gl-impl-CustomJavaCode-gl2.java | |
parent | 435ce0a5249ec8bf611cde377f75491840f676be (diff) |
Update OpenGL GL2 profile subsumed/promoted extensions. Base is 3.0, ignore the colission-free subsumed extensions.
Diffstat (limited to 'make/config/jogl/gl-impl-CustomJavaCode-gl2.java')
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-gl2.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/config/jogl/gl-impl-CustomJavaCode-gl2.java b/make/config/jogl/gl-impl-CustomJavaCode-gl2.java index 061830cb4..5928b3a0b 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-gl2.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-gl2.java @@ -15,6 +15,7 @@ public void setObjectTracker(GLObjectTracker tracker) { */ + public GL2Impl(GLProfile glp, GLContextImpl context) { this._context = context; this.bufferSizeTracker = context.getBufferSizeTracker(); |