diff options
author | Eric Anholt <[email protected]> | 2012-10-09 17:28:55 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-15 11:53:24 -0700 |
commit | cb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2 (patch) | |
tree | 461c60f7817878c003ef6f0623243dc37eacc700 /src/mesa/main/varray.h | |
parent | 8058a70763ff9e5b91eac8bd177c96679b5dd957 (diff) |
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
v2: Rebase on top of get.c changes.
Reviewed-by: Brian Paul <[email protected]> (v1)
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index d4836125619..1a346b2ded2 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -142,11 +142,6 @@ _mesa_PointSizePointer(GLenum type, GLsizei stride, const GLvoid *ptr); extern void GLAPIENTRY -_mesa_VertexAttribPointerNV(GLuint index, GLint size, GLenum type, - GLsizei stride, const GLvoid *pointer); - - -extern void GLAPIENTRY _mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer); |