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_ARB_multi_bind | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 glew/auto/extensions/gl/GL_ARB_multi_bind (limited to 'glew/auto/extensions/gl/GL_ARB_multi_bind') diff --git a/glew/auto/extensions/gl/GL_ARB_multi_bind b/glew/auto/extensions/gl/GL_ARB_multi_bind new file mode 100644 index 0000000..8914ce0 --- /dev/null +++ b/glew/auto/extensions/gl/GL_ARB_multi_bind @@ -0,0 +1,10 @@ +GL_ARB_multi_bind +https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_multi_bind.txt +GL_ARB_multi_bind + + void glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint* buffers) + void glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizeiptr *sizes) + void glBindImageTextures (GLuint first, GLsizei count, const GLuint* textures) + void glBindSamplers (GLuint first, GLsizei count, const GLuint* samplers) + void glBindTextures (GLuint first, GLsizei count, const GLuint* textures) + void glBindVertexBuffers (GLuint first, GLsizei count, const GLuint* buffers, const GLintptr *offsets, const GLsizei *strides) -- cgit v1.2.3-70-g09d2