mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
GL_SGIX_vertex_array_object
|
|
http://www.opengl.org/registry/specs/SGIX/vertex_array_object.txt
|
|
GL_SGIX_vertex_array_object
|
|
|
|
GLboolean glAreVertexArraysResidentSGIX (GLsizei n, const GLuint* arrays, GLboolean* residences)
|
|
void glBindVertexArraySGIX (GLuint array)
|
|
void glDeleteVertexArraysSGIX (GLsizei n, const GLuint* arrays)
|
|
void glGenVertexArraysSGIX (GLsizei n, GLuint* arrays)
|
|
GLboolean glIsVertexArraySGIX (GLuint array)
|
|
void glPrioritizeVertexArraysSGIX (GLsizei n, const GLuint* arrays, const GLclampf* priorities)
|