diff options
author | Sven Gothel <[email protected]> | 2008-08-21 14:51:51 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-08-21 14:51:51 +0000 |
commit | a971f95b23fd9f8287acdad1afc2eed75a531bc1 (patch) | |
tree | 5f9d5526acab5a7805b0a9b7963be9727217647c /make/gl-impl-CustomJavaCode-common.java | |
parent | 40d62b2514a8800a9ae0303d67fecdab3d5baada (diff) |
Cleanup GLArrayData*, misc stuff
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1762 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-impl-CustomJavaCode-common.java')
-rw-r--r-- | make/gl-impl-CustomJavaCode-common.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/gl-impl-CustomJavaCode-common.java b/make/gl-impl-CustomJavaCode-common.java index 866fbc7ae..930f976ce 100644 --- a/make/gl-impl-CustomJavaCode-common.java +++ b/make/gl-impl-CustomJavaCode-common.java @@ -18,3 +18,7 @@ return false; } + public int glGetBoundBuffer(int target) { + return bufferStateTracker.getBoundBufferObject(target, this); + } + |