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