public final class OESVertexArrayObject extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GL_VERTEX_ARRAY_BINDING_OES |
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glBindVertexArrayOES(int array) |
|
static void |
glDeleteVertexArraysOES(int array) |
Overloads glDeleteVertexArraysOES.
|
static void |
glDeleteVertexArraysOES(IntBuffer arrays) |
|
static int |
glGenVertexArraysOES() |
Overloads glGenVertexArraysOES.
|
static void |
glGenVertexArraysOES(IntBuffer arrays) |
|
static boolean |
glIsVertexArrayOES(int array) |
public static final int GL_VERTEX_ARRAY_BINDING_OES
public static void glBindVertexArrayOES(int array)
public static void glDeleteVertexArraysOES(IntBuffer arrays)
public static void glDeleteVertexArraysOES(int array)
public static void glGenVertexArraysOES(IntBuffer arrays)
public static int glGenVertexArraysOES()
public static boolean glIsVertexArrayOES(int array)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.