From 7a8d0d8bc2572707c9d35006f30ea835c86954b0 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Tue, 9 Apr 2024 03:14:17 -0400 Subject: first draft to generate waves --- glew/auto/extensions/gl/GL_SGIX_vertex_array_object | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 glew/auto/extensions/gl/GL_SGIX_vertex_array_object (limited to 'glew/auto/extensions/gl/GL_SGIX_vertex_array_object') diff --git a/glew/auto/extensions/gl/GL_SGIX_vertex_array_object b/glew/auto/extensions/gl/GL_SGIX_vertex_array_object new file mode 100644 index 0000000..89d24a4 --- /dev/null +++ b/glew/auto/extensions/gl/GL_SGIX_vertex_array_object @@ -0,0 +1,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) -- cgit v1.2.3-70-g09d2