diff options
author | Brian Paul <[email protected]> | 2011-01-15 10:32:34 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-15 17:37:41 -0700 |
commit | 1d1eb9578716913f4133786b30c6e6edc69a8a0c (patch) | |
tree | 4ba7959743ab71b82b8d37b39d1759d6f7a19a54 /src/mesa/main/varray.h | |
parent | 1250e2330b913d3e90bd0b28e46bf565a827b5bf (diff) |
mesa: support for GL_ARB_instanced_arrays
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index af9324134ec..53e68c89667 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -218,6 +218,10 @@ extern void GLAPIENTRY _mesa_PrimitiveRestartIndex(GLuint index); +extern void GLAPIENTRY +_mesa_VertexAttribDivisor(GLuint index, GLuint divisor); + + extern void _mesa_copy_client_array(struct gl_context *ctx, struct gl_client_array *dst, |