From a971f95b23fd9f8287acdad1afc2eed75a531bc1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 21 Aug 2008 14:51:51 +0000 Subject: 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 --- make/gl-impl-CustomJavaCode-common.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make/gl-impl-CustomJavaCode-common.java') 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); + } + -- cgit v1.2.3