glew/generated/lib_glad/lib_glad_arb_vertex_array_object
library
Functions
-
glBindVertexArray(int array)
→ void
-
define glBindVertexArray GLEW_GET_FUN(__glewBindVertexArray)
GLEW_FUN_EXPORT PFNGLBINDVERTEXARRAYPROC __glewBindVertexArray
typedef void (GLAPIENTRY * PFNGLBINDVERTEXARRAYPROC) (GLuint array)
-
glDeleteVertexArrays(int n, Pointer<Uint32> arrays)
→ void
-
define glDeleteVertexArrays GLEW_GET_FUN(__glewDeleteVertexArrays)
GLEW_FUN_EXPORT PFNGLDELETEVERTEXARRAYSPROC __glewDeleteVertexArrays
typedef void (GLAPIENTRY * PFNGLDELETEVERTEXARRAYSPROC) (GLsizei n, const GLuint* arrays)
-
glGenVertexArrays(int n, Pointer<Uint32> arrays)
→ void
-
define glGenVertexArrays GLEW_GET_FUN(__glewGenVertexArrays)
GLEW_FUN_EXPORT PFNGLGENVERTEXARRAYSPROC __glewGenVertexArrays
typedef void (GLAPIENTRY * PFNGLGENVERTEXARRAYSPROC) (GLsizei n, GLuint* arrays)
-
glIsVertexArray(int array)
→ int
-
define glIsVertexArray GLEW_GET_FUN(__glewIsVertexArray)
GLEW_FUN_EXPORT PFNGLISVERTEXARRAYPROC __glewIsVertexArray
typedef GLboolean (GLAPIENTRY * PFNGLISVERTEXARRAYPROC) (GLuint array)