diff options
author | Brian Paul <[email protected]> | 2010-04-20 21:02:09 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-20 21:02:09 -0600 |
commit | a40e6f220ac7e41126b9815db27d362bda719bf6 (patch) | |
tree | e33791e75fff35af2d90d258d892aef14f9921db /src/mesa/main/varray.h | |
parent | bd1d35fb5d3c889b11de5a1d493f711fc091fbed (diff) |
mesa: API and state for GL 3.1 primitive restart
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index ef790c504ea..b7c3e11674e 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -174,6 +174,9 @@ _mesa_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, const GLvoid *indices, GLint basevertex); +extern void GLAPIENTRY +_mesa_PrimitiveRestartIndex(GLuint index); + extern void _mesa_copy_client_array(GLcontext *ctx, |