Added ARBVertexBufferObject to list of implemented interfaces in GLConstants.java

This commit is contained in:
Elias Naur 2003-04-03 20:58:38 +00:00
parent 3018edde4c
commit 36e4c9625a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public interface GLConstants
ARBTextureMirroredRepeat,
ARBTransposeMatrix,
ARBVertexBlend,
ARBVertexBufferObject,
ARBVertexProgram,
ATIElementArray,
ATIEnvmapBumpmap,