Package org.lwjgl.opengl
Class ARBVertexArrayObject
java.lang.Object
org.lwjgl.opengl.ARBVertexArrayObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindVertexArray
(int array) static void
glDeleteVertexArrays
(int array) Overloads glDeleteVertexArrays.static void
glDeleteVertexArrays
(IntBuffer arrays) static int
Overloads glGenVertexArrays.static void
glGenVertexArrays
(IntBuffer arrays) static boolean
glIsVertexArray
(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)
-