Package org.lwjgl.opengles
Class OESVertexArrayObject
java.lang.Object
org.lwjgl.opengles.OESVertexArrayObject
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindVertexArrayOES
(int array) void glBindVertexArrayOES(GLuint array)
static void
glDeleteVertexArraysOES
(int array) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
static void
glDeleteVertexArraysOES
(int[] arrays) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
static void
glDeleteVertexArraysOES
(IntBuffer arrays) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
static int
void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
static void
glGenVertexArraysOES
(int[] arrays) void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
static void
glGenVertexArraysOES
(IntBuffer arrays) void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
static boolean
glIsVertexArrayOES
(int array) GLboolean glIsVertexArrayOES(GLuint array)
static void
nglDeleteVertexArraysOES
(int n, long arrays) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
static void
nglGenVertexArraysOES
(int n, long arrays) void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
-
Field Details
-
GL_VERTEX_ARRAY_BINDING_OES
public static final int GL_VERTEX_ARRAY_BINDING_OES- See Also:
-
-
Method Details
-
glBindVertexArrayOES
public static void glBindVertexArrayOES(int array) void glBindVertexArrayOES(GLuint array)
-
nglDeleteVertexArraysOES
public static void nglDeleteVertexArraysOES(int n, long arrays) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
-
glDeleteVertexArraysOES
void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
-
glDeleteVertexArraysOES
public static void glDeleteVertexArraysOES(int array) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
-
nglGenVertexArraysOES
public static void nglGenVertexArraysOES(int n, long arrays) void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
-
glGenVertexArraysOES
void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
-
glGenVertexArraysOES
public static int glGenVertexArraysOES()void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
-
glIsVertexArrayOES
public static boolean glIsVertexArrayOES(int array) GLboolean glIsVertexArrayOES(GLuint array)
-
glDeleteVertexArraysOES
public static void glDeleteVertexArraysOES(int[] arrays) void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
-
glGenVertexArraysOES
public static void glGenVertexArraysOES(int[] arrays) void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
-