Package org.lwjgl.opengl
Class APPLEVertexArrayObject
java.lang.Object
org.lwjgl.opengl.APPLEVertexArrayObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindVertexArrayAPPLE
(int array) static void
glDeleteVertexArraysAPPLE
(int array) Overloads glDeleteVertexArraysAPPLE.static void
glDeleteVertexArraysAPPLE
(IntBuffer arrays) static int
Overloads glGenVertexArraysAPPLE.static void
glGenVertexArraysAPPLE
(IntBuffer arrays) static boolean
glIsVertexArrayAPPLE
(int array)
-
Field Details
-
GL_VERTEX_ARRAY_BINDING_APPLE
public static final int GL_VERTEX_ARRAY_BINDING_APPLEAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glBindVertexArrayAPPLE
public static void glBindVertexArrayAPPLE(int array) -
glDeleteVertexArraysAPPLE
-
glDeleteVertexArraysAPPLE
public static void glDeleteVertexArraysAPPLE(int array) Overloads glDeleteVertexArraysAPPLE. -
glGenVertexArraysAPPLE
-
glGenVertexArraysAPPLE
public static int glGenVertexArraysAPPLE()Overloads glGenVertexArraysAPPLE. -
glIsVertexArrayAPPLE
public static boolean glIsVertexArrayAPPLE(int array)
-