From a80afbd99e879d36fdb4b099fd49c1f75edc8886 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 21 Oct 2010 19:03:38 -0600 Subject: mesa: driver hook for primitive restart --- src/mesa/main/dd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index c9f0facdaf..5e006e0ad3 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -1086,6 +1086,7 @@ typedef struct { void (GLAPIENTRYP CallLists)( GLsizei, GLenum, const GLvoid * ); void (GLAPIENTRYP Begin)( GLenum ); void (GLAPIENTRYP End)( void ); + void (GLAPIENTRYP PrimitiveRestartNV)( void ); /* GL_NV_vertex_program */ void (GLAPIENTRYP VertexAttrib1fNV)( GLuint index, GLfloat x ); void (GLAPIENTRYP VertexAttrib1fvNV)( GLuint index, const GLfloat *v ); -- cgit v1.2.3