Package org.lwjgl.opengles
Class OESVertexArrayObject
java.lang.Object
org.lwjgl.opengles.OESVertexArrayObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindVertexArrayOES
(int array) static void
glDeleteVertexArraysOES
(int array) Overloads glDeleteVertexArraysOES.static void
glDeleteVertexArraysOES
(IntBuffer arrays) static int
Overloads glGenVertexArraysOES.static void
glGenVertexArraysOES
(IntBuffer arrays) static boolean
glIsVertexArrayOES
(int array)
-
Field Details
-
GL_VERTEX_ARRAY_BINDING_OES
public static final int GL_VERTEX_ARRAY_BINDING_OESAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:- See Also:
-
-
Method Details
-
glBindVertexArrayOES
public static void glBindVertexArrayOES(int array) -
glDeleteVertexArraysOES
-
glDeleteVertexArraysOES
public static void glDeleteVertexArraysOES(int array) Overloads glDeleteVertexArraysOES. -
glGenVertexArraysOES
-
glGenVertexArraysOES
public static int glGenVertexArraysOES()Overloads glGenVertexArraysOES. -
glIsVertexArrayOES
public static boolean glIsVertexArrayOES(int array)
-