From e00d07cff676422d6c58c93bbbe737d672efa761 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 May 2010 21:12:24 -0600 Subject: mesa: added _mesa_VertexAttribIPointer() --- src/mesa/main/varray.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/main/varray.h') diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index b7c3e11674..66122b7630 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -116,6 +116,11 @@ _mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer); +void GLAPIENTRY +_mesa_VertexAttribIPointer(GLuint index, GLint size, GLenum type, + GLboolean normalized, + GLsizei stride, const GLvoid *ptr); + extern void GLAPIENTRY _mesa_InterleavedArrays(GLenum format, GLsizei stride, const GLvoid *pointer); -- cgit v1.2.3