public final class ARBVertexArrayObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_VERTEX_ARRAY_BINDING
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
|
Modifier and Type | Method and Description |
---|---|
static void |
glBindVertexArray(int array) |
static void |
glDeleteVertexArrays(int array)
Overloads glDeleteVertexArrays.
|
static void |
glDeleteVertexArrays(java.nio.IntBuffer arrays) |
static int |
glGenVertexArrays()
Overloads glGenVertexArrays.
|
static void |
glGenVertexArrays(java.nio.IntBuffer arrays) |
static boolean |
glIsVertexArray(int array) |
public static final int GL_VERTEX_ARRAY_BINDING
public static void glBindVertexArray(int array)
public static void glDeleteVertexArrays(java.nio.IntBuffer arrays)
public static void glDeleteVertexArrays(int array)
public static void glGenVertexArrays(java.nio.IntBuffer arrays)
public static int glGenVertexArrays()
public static boolean glIsVertexArray(int array)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.