Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_ATI_vertex_attrib_array_object « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb0a40161626e75db5ca127010373ab4d72c667f (plain)
1
2
3
4
5
6
7
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)