summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ATI_vertex_attrib_array_object
blob: c8ce9946e327029d85f16ada27ddeb910324f10c (plain)
1
2
3
4
5
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)