diff options
author | Marek Olšák <[email protected]> | 2011-03-05 15:53:46 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-05 17:41:11 +0100 |
commit | 65482f2c2b1c3456d0ca58a38d82c02a5d6d362c (patch) | |
tree | bcd341edebd94f6ae97359e3456c2d8f640f2112 /src/gallium/drivers/r300/r300_emit.h | |
parent | 95c7881ac8240fa369e33db411bbd165d0f61948 (diff) |
r300g: implement instanced arrays
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index acea51d942f..6c1c9d2fb13 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -31,7 +31,8 @@ struct r300_vertex_program_code; uint32_t pack_float24(float f); -void r300_emit_vertex_arrays(struct r300_context* r300, int offset, boolean indexed); +void r300_emit_vertex_arrays(struct r300_context* r300, int offset, + boolean indexed, int instance_id); void r300_emit_blend_state(struct r300_context* r300, unsigned size, void* state); |