diff options
author | Brian Paul <[email protected]> | 2010-12-10 09:29:13 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-10 09:29:13 -0700 |
commit | a63486ac680acc0bfb895037aca130a457caa01a (patch) | |
tree | 399a63279019d8b424ca6d8f3a51348409eb380f /src/mesa/tnl/t_context.h | |
parent | 6a0d3b7696260f449a1d0c5222814568764e8110 (diff) |
tnl: implement instanced drawing
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index bc01646247c..6a9444216c0 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -527,6 +527,8 @@ typedef struct GLubyte *block[VERT_ATTRIB_MAX]; GLuint nr_blocks; + GLuint CurInstance; + } TNLcontext; |