Home
Docs
Install
GL
glGetVertexAttribPointerv
return the address of the specified generic vertex attribute pointer
Signature
glGetVertexAttribPointerv
(
GLuint (
index
) ,
GLenum (
pname
) ,
GLvoid **(
pointer
)
)-> void
glGetVertexAttribPointerv
(
index
,
pname
,
pointer
)
Parameters
Variables
Description
index
Specifies the generic vertex attribute parameter to be returned.
pname
Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be
GL_VERTEX_ATTRIB_ARRAY_POINTER
.
pointer
Returns the pointer value.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.