Package org.lwjgl.opengles
Class OESVertexArrayObject
- java.lang.Object
-
- org.lwjgl.opengles.OESVertexArrayObject
-
public final class OESVertexArrayObject extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_VERTEX_ARRAY_BINDING_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglBindVertexArrayOES(int array)static voidglDeleteVertexArraysOES(int array)Overloads glDeleteVertexArraysOES.static voidglDeleteVertexArraysOES(IntBuffer arrays)static intglGenVertexArraysOES()Overloads glGenVertexArraysOES.static voidglGenVertexArraysOES(IntBuffer arrays)static booleanglIsVertexArrayOES(int array)
-
-
-
Field Detail
-
GL_VERTEX_ARRAY_BINDING_OES
public static final int GL_VERTEX_ARRAY_BINDING_OES
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:- See Also:
- Constant Field Values
-
-
Method Detail
-
glBindVertexArrayOES
public static void glBindVertexArrayOES(int array)
-
glDeleteVertexArraysOES
public static void glDeleteVertexArraysOES(IntBuffer arrays)
-
glDeleteVertexArraysOES
public static void glDeleteVertexArraysOES(int array)
Overloads glDeleteVertexArraysOES.
-
glGenVertexArraysOES
public static void glGenVertexArraysOES(IntBuffer arrays)
-
glGenVertexArraysOES
public static int glGenVertexArraysOES()
Overloads glGenVertexArraysOES.
-
glIsVertexArrayOES
public static boolean glIsVertexArrayOES(int array)
-
-