blob: 89d24a4067af664de24992a423e3f2f33680e59c (
plain)
1
2
3
4
5
6
7
8
9
10
|
GL_SGIX_vertex_array_object
https://www.khronos.org/registry/OpenGL/extensions/SGIX/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)
|