public final class NVVertexArrayRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV |
static int |
GL_VERTEX_ARRAY_RANGE_LENGTH_NV |
static int |
GL_VERTEX_ARRAY_RANGE_NV |
static int |
GL_VERTEX_ARRAY_RANGE_POINTER_NV |
static int |
GL_VERTEX_ARRAY_RANGE_VALID_NV |
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
glAllocateMemoryNV(int size,
float readFrequency,
float writeFrequency,
float priority) |
static void |
glFlushVertexArrayRangeNV() |
static void |
glFreeMemoryNV(java.nio.ByteBuffer pointer) |
static void |
glVertexArrayRangeNV(java.nio.ByteBuffer pPointer) |
static void |
glVertexArrayRangeNV(java.nio.DoubleBuffer pPointer) |
static void |
glVertexArrayRangeNV(java.nio.FloatBuffer pPointer) |
static void |
glVertexArrayRangeNV(java.nio.IntBuffer pPointer) |
static void |
glVertexArrayRangeNV(java.nio.ShortBuffer pPointer) |
public static final int GL_VERTEX_ARRAY_RANGE_NV
public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV
public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV
public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV
public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV
public static void glVertexArrayRangeNV(java.nio.ByteBuffer pPointer)
public static void glVertexArrayRangeNV(java.nio.DoubleBuffer pPointer)
public static void glVertexArrayRangeNV(java.nio.FloatBuffer pPointer)
public static void glVertexArrayRangeNV(java.nio.IntBuffer pPointer)
public static void glVertexArrayRangeNV(java.nio.ShortBuffer pPointer)
public static void glFlushVertexArrayRangeNV()
public static java.nio.ByteBuffer glAllocateMemoryNV(int size, float readFrequency, float writeFrequency, float priority)
public static void glFreeMemoryNV(java.nio.ByteBuffer pointer)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.