Package org.lwjgl.opengl
Class EXTCompiledVertexArray
- java.lang.Object
-
- org.lwjgl.opengl.EXTCompiledVertexArray
-
public final class EXTCompiledVertexArray extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_ARRAY_ELEMENT_LOCK_COUNT_EXTstatic intGL_ARRAY_ELEMENT_LOCK_FIRST_EXT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglLockArraysEXT(int first, int count)static voidglUnlockArraysEXT()
-
-
-
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
-
-