Package org.lwjgl.opengl
Class ARBVertexArrayObject
java.lang.Object
org.lwjgl.opengl.ARBVertexArrayObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBindVertexArray(int array) static voidglDeleteVertexArrays(int array) Overloads glDeleteVertexArrays.static voidglDeleteVertexArrays(IntBuffer arrays) static intOverloads glGenVertexArrays.static voidglGenVertexArrays(IntBuffer arrays) static booleanglIsVertexArray(int array)
-
Field Details
-
GL_VERTEX_ARRAY_BINDING
public static final int GL_VERTEX_ARRAY_BINDINGAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glBindVertexArray
public static void glBindVertexArray(int array) -
glDeleteVertexArrays
-
glDeleteVertexArrays
public static void glDeleteVertexArrays(int array) Overloads glDeleteVertexArrays. -
glGenVertexArrays
-
glGenVertexArrays
public static int glGenVertexArrays()Overloads glGenVertexArrays. -
glIsVertexArray
public static boolean glIsVertexArray(int array)
-