glBindAttribLocation, glBindBuffer, glDisableVertexAttribArray, glEnableVertexAttribArray, glVertexAttrib, glVertexAttribPointer
Copyright 2003-2005 3Dlabs Inc. Ltd. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.
Page generated by adrdox
glGetVertexAttrib: man2/glGetVertexAttrib.xml
glGetVertexAttrib returns in params the value of a generic vertex attribute parameter. The generic vertex attribute to be queried is specified by index, and the parameter to be queried is specified by pname. The accepted parameter names are as follows: All of the parameters except GL_CURRENT_VERTEX_ATTRIB represent client-side state.
glGetVertexAttrib is available only if the GL version is 2.0 or greater. If an error is generated, no change is made to the contents of params.