glew/generated/lib_glad/lib_glad_sgix_vertex_array_object library

Functions

glAreVertexArraysResidentSgix(int n, Pointer<Uint32> arrays, Pointer<Uint8> residences) int
define glAreVertexArraysResidentSGIX GLEW_GET_FUN(__glewAreVertexArraysResidentSGIX) GLEW_FUN_EXPORT PFNGLAREVERTEXARRAYSRESIDENTSGIXPROC __glewAreVertexArraysResidentSGIX typedef GLboolean (GLAPIENTRY * PFNGLAREVERTEXARRAYSRESIDENTSGIXPROC) (GLsizei n, const GLuint* arrays, GLboolean* residences)
glBindVertexArraySgix(int array) → void
define glBindVertexArraySGIX GLEW_GET_FUN(__glewBindVertexArraySGIX) GLEW_FUN_EXPORT PFNGLBINDVERTEXARRAYSGIXPROC __glewBindVertexArraySGIX typedef void (GLAPIENTRY * PFNGLBINDVERTEXARRAYSGIXPROC) (GLuint array)
glDeleteVertexArraysSgix(int n, Pointer<Uint32> arrays) → void
define glDeleteVertexArraysSGIX GLEW_GET_FUN(__glewDeleteVertexArraysSGIX) GLEW_FUN_EXPORT PFNGLDELETEVERTEXARRAYSSGIXPROC __glewDeleteVertexArraysSGIX typedef void (GLAPIENTRY * PFNGLDELETEVERTEXARRAYSSGIXPROC) (GLsizei n, const GLuint* arrays)
glGenVertexArraysSgix(int n, Pointer<Uint32> arrays) → void
define glGenVertexArraysSGIX GLEW_GET_FUN(__glewGenVertexArraysSGIX) GLEW_FUN_EXPORT PFNGLGENVERTEXARRAYSSGIXPROC __glewGenVertexArraysSGIX typedef void (GLAPIENTRY * PFNGLGENVERTEXARRAYSSGIXPROC) (GLsizei n, GLuint* arrays)
glIsVertexArraySgix(int array) int
define glIsVertexArraySGIX GLEW_GET_FUN(__glewIsVertexArraySGIX) GLEW_FUN_EXPORT PFNGLISVERTEXARRAYSGIXPROC __glewIsVertexArraySGIX typedef GLboolean (GLAPIENTRY * PFNGLISVERTEXARRAYSGIXPROC) (GLuint array)
glPrioritizeVertexArraysSgix(int n, Pointer<Uint32> arrays, Pointer<Float> priorities) → void
define glPrioritizeVertexArraysSGIX GLEW_GET_FUN(__glewPrioritizeVertexArraysSGIX) GLEW_FUN_EXPORT PFNGLPRIORITIZEVERTEXARRAYSSGIXPROC __glewPrioritizeVertexArraysSGIX typedef void (GLAPIENTRY * PFNGLPRIORITIZEVERTEXARRAYSSGIXPROC) (GLsizei n, const GLuint* arrays, const GLclampf* priorities)