Class NVVertexArrayRange

java.lang.Object
org.lwjgl.opengl.NVVertexArrayRange

public final class NVVertexArrayRange extends Object
  • Field Details

    • GL_VERTEX_ARRAY_RANGE_NV

      public static final int GL_VERTEX_ARRAY_RANGE_NV
      See Also:
    • GL_VERTEX_ARRAY_RANGE_LENGTH_NV

      public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV
      See Also:
    • GL_VERTEX_ARRAY_RANGE_VALID_NV

      public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV
      See Also:
    • GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV

      public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV
      See Also:
    • GL_VERTEX_ARRAY_RANGE_POINTER_NV

      public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV
      See Also:
  • Method Details

    • glVertexArrayRangeNV

      public static void glVertexArrayRangeNV(ByteBuffer pPointer)
    • glVertexArrayRangeNV

      public static void glVertexArrayRangeNV(DoubleBuffer pPointer)
    • glVertexArrayRangeNV

      public static void glVertexArrayRangeNV(FloatBuffer pPointer)
    • glVertexArrayRangeNV

      public static void glVertexArrayRangeNV(IntBuffer pPointer)
    • glVertexArrayRangeNV

      public static void glVertexArrayRangeNV(ShortBuffer pPointer)
    • glFlushVertexArrayRangeNV

      public static void glFlushVertexArrayRangeNV()
    • glAllocateMemoryNV

      public static ByteBuffer glAllocateMemoryNV(int size, float readFrequency, float writeFrequency, float priority)
    • glFreeMemoryNV

      public static void glFreeMemoryNV(ByteBuffer pointer)