Package org.lwjgl.opengles
Class OESVertexArrayObject
java.lang.Object
org.lwjgl.opengles.OESVertexArrayObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBindVertexArrayOES(int array) static voidglDeleteVertexArraysOES(int array) Overloads glDeleteVertexArraysOES.static voidglDeleteVertexArraysOES(IntBuffer arrays) static intOverloads glGenVertexArraysOES.static voidglGenVertexArraysOES(IntBuffer arrays) static booleanglIsVertexArrayOES(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)
-