summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-28 21:17:41 -0600
committerBrian Paul <brianp@vmware.com>2010-10-28 21:17:41 -0600
commit25efd558a3d8c5b4d6e53c3bf104eddcf064f0b2 (patch)
treec6294aaa6730b7cbbfbb7099a2cfb533585a9234 /src/mesa/main/varray.h
parent9d45c7d1ce0c4ab7c981ddd15b296b2117437fa4 (diff)
downloadexternal_mesa3d-25efd558a3d8c5b4d6e53c3bf104eddcf064f0b2.zip
external_mesa3d-25efd558a3d8c5b4d6e53c3bf104eddcf064f0b2.tar.gz
external_mesa3d-25efd558a3d8c5b4d6e53c3bf104eddcf064f0b2.tar.bz2
mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r--src/mesa/main/varray.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h
index a5fa33f..fb96478 100644
--- a/src/mesa/main/varray.h
+++ b/src/mesa/main/varray.h
@@ -118,7 +118,6 @@ _mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type,
void GLAPIENTRY
_mesa_VertexAttribIPointer(GLuint index, GLint size, GLenum type,
- GLboolean normalized,
GLsizei stride, const GLvoid *ptr);