Package org.lwjgl.opengl
Class EXTCompiledVertexArray
- java.lang.Object
-
- org.lwjgl.opengl.EXTCompiledVertexArray
-
public final class EXTCompiledVertexArray extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ARRAY_ELEMENT_LOCK_COUNT_EXT
static int
GL_ARRAY_ELEMENT_LOCK_FIRST_EXT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glLockArraysEXT(int first, int count)
static void
glUnlockArraysEXT()
-
-
-
Field Detail
-
GL_ARRAY_ELEMENT_LOCK_FIRST_EXT
public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT
- See Also:
- Constant Field Values
-
GL_ARRAY_ELEMENT_LOCK_COUNT_EXT
public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT
- See Also:
- Constant Field Values
-
-