summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ATI_vertex_attrib_array_object
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ATI_vertex_attrib_array_object')
-rw-r--r--auto/extensions/gl/GL_ATI_vertex_attrib_array_object6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ATI_vertex_attrib_array_object b/auto/extensions/gl/GL_ATI_vertex_attrib_array_object
new file mode 100644
index 0000000..c8ce994
--- /dev/null
+++ b/auto/extensions/gl/GL_ATI_vertex_attrib_array_object
@@ -0,0 +1,6 @@
+GL_ATI_vertex_attrib_array_object
+http://www.opengl.org/registry/specs/ATI/vertex_attrib_array_object.txt
+GL_ATI_vertex_attrib_array_object
+ void glGetVertexAttribArrayObjectfvATI (GLuint index, GLenum pname, GLfloat* params)
+ void glGetVertexAttribArrayObjectivATI (GLuint index, GLenum pname, GLint* params)
+ void glVertexAttribArrayObjectATI (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset)