diff options
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r-- | make/gl-common.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index b06742518..984d0f45a 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -262,6 +262,10 @@ ArgumentIsString glGetAttribLocationARB 1 # JavaPrologue glBegin inBeginEndPair = true; JavaEpilogue glEnd inBeginEndPair = false; +JavaEpilogue glBindBuffer setBoundBufferObject({0}, {1}); +JavaEpilogue glBindBufferARB setBoundBufferObject({0}, {1}); +JavaEpilogue glPushClientAttrib clearBufferObjectState(); +JavaEpilogue glPopClientAttrib clearBufferObjectState(); BufferObjectKind UnpackPixel glBitmap BufferObjectKind UnpackPixel glColorTable BufferObjectKind UnpackPixel glColorSubTable |