Package org.lwjgl.opengl
Class ARBVertexArrayObject
java.lang.Object
org.lwjgl.opengl.ARBVertexArrayObject
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindVertexArray
(int array) void glBindVertexArray(GLuint array)
static void
glDeleteVertexArrays
(int array) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
static void
glDeleteVertexArrays
(int[] arrays) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
static void
glDeleteVertexArrays
(IntBuffer arrays) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
static int
void glGenVertexArrays(GLsizei n, GLuint * arrays)
static void
glGenVertexArrays
(int[] arrays) void glGenVertexArrays(GLsizei n, GLuint * arrays)
static void
glGenVertexArrays
(IntBuffer arrays) void glGenVertexArrays(GLsizei n, GLuint * arrays)
static boolean
glIsVertexArray
(int array) GLboolean glIsVertexArray(GLuint array)
static void
nglDeleteVertexArrays
(int n, long arrays) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
static void
nglGenVertexArrays
(int n, long arrays) void glGenVertexArrays(GLsizei n, GLuint * arrays)
-
Field Details
-
GL_VERTEX_ARRAY_BINDING
public static final int GL_VERTEX_ARRAY_BINDING- See Also:
-
-
Method Details
-
glBindVertexArray
public static void glBindVertexArray(int array) void glBindVertexArray(GLuint array)
-
nglDeleteVertexArrays
public static void nglDeleteVertexArrays(int n, long arrays) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
-
glDeleteVertexArrays
void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
-
glDeleteVertexArrays
public static void glDeleteVertexArrays(int array) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
-
nglGenVertexArrays
public static void nglGenVertexArrays(int n, long arrays) void glGenVertexArrays(GLsizei n, GLuint * arrays)
-
glGenVertexArrays
void glGenVertexArrays(GLsizei n, GLuint * arrays)
-
glGenVertexArrays
public static int glGenVertexArrays()void glGenVertexArrays(GLsizei n, GLuint * arrays)
-
glIsVertexArray
public static boolean glIsVertexArray(int array) GLboolean glIsVertexArray(GLuint array)
-
glDeleteVertexArrays
public static void glDeleteVertexArrays(int[] arrays) void glDeleteVertexArrays(GLsizei n, GLuint const * arrays)
-
glGenVertexArrays
public static void glGenVertexArrays(int[] arrays) void glGenVertexArrays(GLsizei n, GLuint * arrays)
-