Class EXTCompiledVertexArray

java.lang.Object
org.lwjgl.opengl.EXTCompiledVertexArray

public class EXTCompiledVertexArray extends Object
  • Field Details

    • GL_ARRAY_ELEMENT_LOCK_FIRST_EXT

      public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT
      See Also:
    • GL_ARRAY_ELEMENT_LOCK_COUNT_EXT

      public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT
      See Also:
  • Method Details

    • glLockArraysEXT

      public static void glLockArraysEXT(int first, int count)
      void glLockArraysEXT(GLint first, GLsizei count)
    • glUnlockArraysEXT

      public static void glUnlockArraysEXT()
      void glUnlockArraysEXT(void)