Java org.lwjgl.opengl ARBVertexArrayObject fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl ARBVertexArrayObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl ARBVertexArrayObject.

The text is from its open source code.

Method

voidglBindVertexArray(@NativeType("GLuint") int array)
Binds a vertex array object
voidglDeleteVertexArrays(@NativeType("GLuint const *") IntBuffer arrays)
Deletes vertex array objects.
voidglDeleteVertexArrays(@NativeType("GLuint const *") int array)
Deletes vertex array objects.
voidglDeleteVertexArrays(@NativeType("GLuint const *") int[] arrays)
Array version of: #glDeleteVertexArrays DeleteVertexArrays
intglGenVertexArrays()
Generates vertex array object names.